user.jsonschema vs. experiment.jsonschema in ush
#1343
|
Hi, Thanks. |
Replies: 4 comments
|
@christinaholtNOAA Can you speak to this question? |
|
The |
|
I should probably also mention that it is possible to reference one JSON Schema from another, so it may be that the duplication can be reduced in that way. |
|
@christinaholtNOAA @gspetro-NOAA Thanks for your responses. I understand now the roles of these two files. I'll leave it up to the EPIC team whether it makes sense to combine them to avoid duplication. I was just curious since it came up as part of my review of PR #1339. |
The
user.jsonschemais intended to be the subset of configuration options that users must provide in their YAML. The user-providedconfig.yamlis validated against this schema before any additional work is done to create the experiment YAML.