Skip to content

Commit d7fb199

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

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
@@ -119,7 +119,7 @@ For these examples, the following schema and instances will be used.
119119
"foo-prop": 1,
120120
"unspecified-prop": true
121121
},
122-
"bar": {"bar-prop": 20}
122+
"bar": { "bar-prop": 20 }
123123
}
124124

125125
```

0 commit comments

Comments
 (0)