|
44 | 44 | "type": "string", |
45 | 45 | "enum": ["String","Number","imageFileInOut","imageEntityInOut", |
46 | 46 | "auxiliaryImageFile","lookupTableInOut","roiInOut","annotationInOut", |
47 | | - "roiWithAnnotationsInOut"] |
| 47 | + "roiWithAnnotationsInOut","annotationTableDefinitionInOut"] |
48 | 48 | }, |
49 | 49 |
|
50 | 50 | "inputOutput": { |
|
160 | 160 | ] |
161 | 161 | }, |
162 | 162 |
|
| 163 | + "annotationTableDefinitionInOut": { |
| 164 | + "$id": "#annotationTableDefinitionInOut", |
| 165 | + "description": "Schema defining an annotation table definition as input output", |
| 166 | + "allOf":[ |
| 167 | + {"$ref": "#/definitions/inputOutput_spine"}, |
| 168 | + { |
| 169 | + "properties": { |
| 170 | + "type":{ |
| 171 | + "type": "string", |
| 172 | + "enum": ["annotationTableDefinitionInOut"] |
| 173 | + } |
| 174 | + }, |
| 175 | + "required": ["type"] |
| 176 | + } |
| 177 | + ] |
| 178 | + }, |
| 179 | + |
| 180 | + "annotationTableDataInOut": { |
| 181 | + "$id": "#annotationTableDataInOut", |
| 182 | + "description": "Schema defining an annotation table data as input output", |
| 183 | + "allOf":[ |
| 184 | + {"$ref": "#/definitions/inputOutput_spine"}, |
| 185 | + { |
| 186 | + "properties": { |
| 187 | + "type":{ |
| 188 | + "type": "string", |
| 189 | + "enum": ["annotationTableDataInOut"] |
| 190 | + } |
| 191 | + }, |
| 192 | + "required": ["type"] |
| 193 | + } |
| 194 | + ] |
| 195 | + }, |
| 196 | + |
163 | 197 | "lookupTableInOut_FileFormat": { |
164 | 198 | "$id" : "#lookupTableInOut_Type", |
165 | 199 | "description": "File format for lookup tables", |
|
370 | 404 | {"$ref": "#/definitions/String"}, |
371 | 405 | {"$ref": "#/definitions/Number"}, |
372 | 406 | {"$ref": "#/definitions/imageFileInOut"}, |
373 | | - {"$ref": "#/definitions/lookupTableInOut"} |
| 407 | + {"$ref": "#/definitions/lookupTableInOut"}, |
| 408 | + {"$ref": "#/definitions/annotationTableDefinitionInOut"}, |
| 409 | + {"$ref": "#/definitions/annotationTableDataInOut"} |
374 | 410 | ] |
375 | 411 | } |
376 | 412 |
|
|
0 commit comments