Skip to content

Commit

Permalink
Update model_settings_schema.json adding event set optional dependenc…
Browse files Browse the repository at this point in the history
…y with valid footprint ids

Allow model vendors to set dependency between event set and footprint files
  • Loading branch information
fl-ndaq authored Oct 24, 2023
1 parent b4de4aa commit 587a94d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ods_tools/data/model_settings_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,15 @@
"minLength":1
}
},
"valid_footprint_ids":{
"type":"array",
"title":"Supported footprint files",
"description":"An optional list of viable footprint file ids to use with this event set",
"items":{
"type":"string",
"minLength":1
}
},
"valid_perspectives":{
"type":"array",
"title":"Supported loss perspectives ",
Expand Down

0 comments on commit 587a94d

Please sign in to comment.