Adapted json_schema

This commit is contained in:
Simon Kuberski 2022-02-22 09:31:01 +01:00
parent 8e5938ebe3
commit 5e1724d7e0

View file

@ -46,8 +46,8 @@
"description": "Hostname of the machine where the file has been written."
},
"description": {
"type": "string",
"description": "A string that describes the content of the file."
"type": ["number","string","boolean","object","array","null"],
"description": "A description of the content of the file."
},
"obsdata": {
"type": "array",
@ -101,7 +101,7 @@
}]
},
"tag": {
"type": "string",
"type": ["number","string","boolean","object","array","null"],
"description": "Optional descriptor of the structure."
},
"reweighted": {