We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5ba3c3 + c1f9259 commit eab1025Copy full SHA for eab1025
schemas/core.schema.json
@@ -373,15 +373,9 @@
373
},
374
"typeROI":{
375
"$ref": "roi.schema.json#/definitions/typeROI"
376
- },
377
- "annotations":{
378
- "type": "array",
379
- "items": {
380
- "$ref": "annotationForm.schema.json"
381
- }
382
}
383
384
- "required": ["type","typeROI","annotations"]
+ "required": ["type","typeROI"]
385
386
]
387
schemas/tool.schema.json
@@ -452,10 +452,7 @@
452
453
"exposedAnnotationConcepts": {
454
"description": "All the exposed annotations concepts for a given ROI in the output",
455
456
457
- "$ref": "annotationForm.schema.json#/definitions/annotationExposedConcepts"
458
+ "type": "array"
459
460
461
0 commit comments