Skip to content

Commit 39f52a8

Browse files
committed
make schema more compact
1 parent 0fe9eaa commit 39f52a8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

resources/probe.json.schema

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,6 @@
8080
"width": { "type": "integer", "minimum": 0 },
8181
"height": { "type": "integer", "minimum": 0 }
8282
},
83-
"required": ["width", "height"]
84-
},
85-
{
86-
"type": "object",
87-
"properties": { "width": { "type": "integer", "minimum": 0 } },
8883
"required": ["width"]
8984
}
9085
]

0 commit comments

Comments
 (0)