Skip to content

Commit 989544c

Browse files
committed
Added additionalProperties to Schema Object
Fixes #285
1 parent 3c2c639 commit 989544c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

schemas/v2.0/schema.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -954,6 +954,9 @@
954954
"enum": {
955955
"$ref": "http://json-schema.org/draft-04/schema#/properties/enum"
956956
},
957+
"additionalProperties": {
958+
"$ref": "http://json-schema.org/draft-04/schema#/properties/additionalProperties"
959+
},
957960
"type": {
958961
"$ref": "http://json-schema.org/draft-04/schema#/properties/type"
959962
},

0 commit comments

Comments
 (0)