Skip to content

Commit d751685

Browse files
committed
Validation: Add forgotten "object" and "array" in the "type" keyword
1 parent c83cce6 commit d751685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonschema-validation.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@
553553
</t>
554554
<t>
555555
String values MUST be one of the six primitive types
556-
("number", "string", "boolean", "true", "false", or "null"),
556+
("null", "boolean", "object", "array", "number", or "string"),
557557
or "integer" which matches any number with a zero fractional part.
558558
</t>
559559
<t>

0 commit comments

Comments
 (0)