Skip to content

Commit 0fe9eaa

Browse files
committed
add width-only option for square shape
1 parent 389a4d2 commit 0fe9eaa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

resources/probe.json.schema

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@
8181
"height": { "type": "integer", "minimum": 0 }
8282
},
8383
"required": ["width", "height"]
84+
},
85+
{
86+
"type": "object",
87+
"properties": { "width": { "type": "integer", "minimum": 0 } },
88+
"required": ["width"]
8489
}
8590
]
8691
}

0 commit comments

Comments
 (0)