Skip to content

Commit

Permalink
add appliance load shifting weight label enum to fhs json schema
Browse files Browse the repository at this point in the history
  • Loading branch information
shieldo committed Feb 11, 2025
1 parent deec5ea commit 325ba49
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion schemas/input.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,10 @@
]
},
"weight": {
"type": "string"
"type": "string",
"enum": [
"Tariff"
]
},
"weight_timeseries": {
"type": [
Expand Down

0 comments on commit 325ba49

Please sign in to comment.