Skip to content

Commit d0e00c1

Browse files
json conventions
Co-authored-by: Jason Desrosiers <jdesrosi@gmail.com>
1 parent 39ebe11 commit d0e00c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonschema-validation-output-machines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ For these examples, the following schema and instances will be used.
104104
"properties": {
105105
"foo": {
106106
"allOf": [
107-
{ "required": [ "unspecified-prop" ] },
107+
{ "required": ["unspecified-prop"] },
108108
{
109109
"type": "object",
110110
"title": "foo-title",

0 commit comments

Comments
 (0)