Skip to content

Commit 5850218

Browse files
committed
Merge pull request #426 from joelwurtz/patch-1
Use correct schema reference
2 parents 2564d6e + d8d75d7 commit 5850218

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

schemas/v2.0/schema.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,15 @@
955955
"$ref": "http://json-schema.org/draft-04/schema#/properties/enum"
956956
},
957957
"additionalProperties": {
958-
"$ref": "http://json-schema.org/draft-04/schema#/properties/additionalProperties"
958+
"anyOf": [
959+
{
960+
"$ref": "#/definitions/schema"
961+
},
962+
{
963+
"type": "boolean"
964+
}
965+
],
966+
"default": {}
959967
},
960968
"type": {
961969
"$ref": "http://json-schema.org/draft-04/schema#/properties/type"

0 commit comments

Comments
 (0)