Update JSON schema

This commit is contained in:
2023-02-22 15:00:42 -06:00
parent b1d49e1313
commit e4ed05fb98
2 changed files with 188 additions and 193 deletions

View File

@@ -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)"],
},