1
0
mirror of https://github.com/gsi-upm/senpy synced 2025-08-24 18:42:20 +00:00

Analysis as strings or objects in results

Closes #25
This commit is contained in:
J. Fernando Sánchez
2017-04-07 16:13:57 +02:00
parent 1302b0b93c
commit eababcadb0
3 changed files with 160 additions and 2 deletions

View File

@@ -18,10 +18,16 @@
"type": "string"
},
"analysis": {
"type": "array",
"default": [],
"type": "array",
"items": {
"$ref": "analysis.json"
"anyOf": [
{
"$ref": "analysis.json"
},{
"type": "string"
}
]
}
},
"entries": {