mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 14:50:25 +01:00
Adapted json_schema
This commit is contained in:
parent
8e5938ebe3
commit
5e1724d7e0
1 changed files with 4 additions and 4 deletions
|
@ -46,8 +46,8 @@
|
||||||
"description": "Hostname of the machine where the file has been written."
|
"description": "Hostname of the machine where the file has been written."
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"type": "string",
|
"type": ["number","string","boolean","object","array","null"],
|
||||||
"description": "A string that describes the content of the file."
|
"description": "A description of the content of the file."
|
||||||
},
|
},
|
||||||
"obsdata": {
|
"obsdata": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
|
@ -101,7 +101,7 @@
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
"tag": {
|
"tag": {
|
||||||
"type": "string",
|
"type": ["number","string","boolean","object","array","null"],
|
||||||
"description": "Optional descriptor of the structure."
|
"description": "Optional descriptor of the structure."
|
||||||
},
|
},
|
||||||
"reweighted": {
|
"reweighted": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue