Skip to content

Commit

Permalink
Validation: Add forgotten "object" and "array" in the "type" keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
awwright committed Nov 19, 2016
1 parent c83cce6 commit d751685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsonschema-validation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@
</t>
<t>
String values MUST be one of the six primitive types
("number", "string", "boolean", "true", "false", or "null"),
("null", "boolean", "object", "array", "number", or "string"),
or "integer" which matches any number with a zero fractional part.
</t>
<t>
Expand Down

0 comments on commit d751685

Please sign in to comment.