Skip to content

Commit

Permalink
Merge branch 'main' into feature/v4_integration
Browse files Browse the repository at this point in the history
  • Loading branch information
sstruzik committed Jan 30, 2025
2 parents 448ead7 + 3c429e9 commit b92e631
Show file tree
Hide file tree
Showing 12 changed files with 1,669 additions and 6 deletions.
18 changes: 18 additions & 0 deletions ods_tools/data/analysis_settings_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,24 @@
"title": "User set quantile points",
"description": "List of quantiles as float values '[0.0, 0.2, 0.4 .. etc]'"
},
"computation_settings": {
"type": "object",
"title": "Computation setting options",
"description": "List of oasislmf package settings, options are dependent on the package version. To see these look at releases 2.4.0 and up (https://github.com/OasisLMF/OasisLMF/releases)",
"patternProperties": {
"^.*$": {
"anyOf": [
{ "type": "integer" },
{ "type": "string" },
{ "type": "boolean" },
{ "type": "object" },
{ "type": "number" },
{ "type": "array" }
]
}
},
"additionalProperties": true
},
"model_settings": {
"type": "object",
"title": "Model settings",
Expand Down
Loading

0 comments on commit b92e631

Please sign in to comment.