mirror of
https://github.com/ANL-CEEESA/RELOG.git
synced 2025-12-06 23:58:51 -06:00
Update JSON schema
This commit is contained in:
@@ -18,6 +18,9 @@ const schema = {
|
||||
"time horizon (years)": {
|
||||
type: "number",
|
||||
},
|
||||
"distance metric": {
|
||||
type: "string",
|
||||
},
|
||||
},
|
||||
required: ["time horizon (years)"],
|
||||
},
|
||||
@@ -159,6 +162,15 @@ const schema = {
|
||||
"initial amounts": {
|
||||
$ref: "#/definitions/InitialAmount",
|
||||
},
|
||||
"disposal limit (tonne)": {
|
||||
$ref: "#/definitions/TimeSeries",
|
||||
},
|
||||
"disposal cost ($/tonne)": {
|
||||
$ref: "#/definitions/TimeSeries",
|
||||
},
|
||||
"acquisition cost ($/tonne)": {
|
||||
$ref: "#/definitions/TimeSeries",
|
||||
},
|
||||
},
|
||||
required: ["transportation cost ($/km/tonne)"],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user