Skip to content

Commit dbb81f8

Browse files
committed
Fixes support of empty schemas.
Fixes #452
1 parent be68348 commit dbb81f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

schemas/v2.0/schema.json

+3
Original file line numberDiff line numberDiff line change
@@ -1053,6 +1053,9 @@
10531053
"$ref": "#/definitions/vendorExtension"
10541054
}
10551055
},
1056+
"required": [
1057+
"type"
1058+
],
10561059
"properties": {
10571060
"format": {
10581061
"type": "string"

0 commit comments

Comments
 (0)