mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 06:40:24 +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": {
|
||||
"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": {
|
||||
|
|
Loading…
Add table
Reference in a new issue