Skip to content
Snippets Groups Projects
Commit d8736c5e authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-879: made inspection_plots propery required where needed, and added proper defaults

parent cdfb8624
No related branches found
No related tags found
2 merge requests!634WIP: COBALT commissioning delta,!594TMSS-879: Add support for specifying which inspection plots to use
......@@ -90,13 +90,16 @@
"default": {}
},
"inspection_plots": {
"$ref": "http://tmss.lofar.org/api/schemas/commonschematemplate/QA/1#/definitions/inspection_plots"
"$ref": "http://tmss.lofar.org/api/schemas/commonschematemplate/QA/1#/definitions/inspection_plots",
"default": "msplots"
}
},
"additionalProperties":false,
"required": [
"file_conversion",
"plots"]
"plots",
"inspection_plots"
]
}
}
}
......@@ -344,16 +344,19 @@
"QA": {
"title":"QA Settings",
"type":"object",
"default": {},
"additonalProperties": false,
"properties": {
"inspection_plots": {
"$ref": "http://tmss.lofar.org/api/schemas/commonschematemplate/QA/1#/definitions/inspection_plots"
"$ref": "http://tmss.lofar.org/api/schemas/commonschematemplate/QA/1#/definitions/inspection_plots",
"default": "msplots"
}
}
}
},
"required":[
"stations",
"COBALT"
"COBALT",
"QA"
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment