mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-15 20:13:41 +02:00
Merge branch 'develop' into documentation
This commit is contained in:
commit
7cfdc4dcfb
2 changed files with 38 additions and 5 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": {
|
||||
|
@ -340,4 +340,4 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue