Skip to content

Commit eab1025

Browse files
authored
Merge pull request #30 from gregblt/master
remove annoationform references
2 parents a5ba3c3 + c1f9259 commit eab1025

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

schemas/core.schema.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -373,15 +373,9 @@
373373
},
374374
"typeROI":{
375375
"$ref": "roi.schema.json#/definitions/typeROI"
376-
},
377-
"annotations":{
378-
"type": "array",
379-
"items": {
380-
"$ref": "annotationForm.schema.json"
381-
}
382376
}
383377
},
384-
"required": ["type","typeROI","annotations"]
378+
"required": ["type","typeROI"]
385379
}
386380
]
387381
},

schemas/tool.schema.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -452,10 +452,7 @@
452452
},
453453
"exposedAnnotationConcepts": {
454454
"description": "All the exposed annotations concepts for a given ROI in the output",
455-
"type": "array",
456-
"items": {
457-
"$ref": "annotationForm.schema.json#/definitions/annotationExposedConcepts"
458-
}
455+
"type": "array"
459456
}
460457
}
461458
}

0 commit comments

Comments
 (0)