Skip to content

Commit b5812b9

Browse files
authored
Fix missing property "roiProperties"
1 parent 02c2647 commit b5812b9

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

schemas/roi.schema.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,7 @@
138138
"implicitGeometryPointer": {
139139
"enum": ["POINT"]
140140
},
141-
"
142-
143-
144-
145-
": {
141+
"roiProperties": {
146142
"description": "Properties for a point in implicit pointer. If the implicitGemetryPointer is POINT.",
147143
"type": "object",
148144
"properties": {
@@ -246,4 +242,4 @@
246242
},
247243
"additionalProperties": false,
248244
"required": ["typeROI", "status", "reference", "properties"]
249-
}
245+
}

0 commit comments

Comments
 (0)