mirror of
https://github.com/ANL-CEEESA/RELOG.git
synced 2025-12-06 07:48:50 -06:00
Allow plants to dispose of products locally
This commit is contained in:
@@ -30,7 +30,20 @@
|
||||
"longitude": { "type": "number" },
|
||||
"variable operating cost": { "type": "number" },
|
||||
"fixed operating cost": { "type": "number" },
|
||||
"opening cost": { "type": "number" }
|
||||
"opening cost": { "type": "number" },
|
||||
"disposal": {
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"cost": { "type": "number" },
|
||||
"limit": { "type": "number" }
|
||||
},
|
||||
"required": [
|
||||
"cost"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"latitude",
|
||||
|
||||
Reference in New Issue
Block a user