Skip to content

Commit bc839a0

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jsonschema-validation-output-machines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ For these examples, the following schema and instances will be used.
109109

110110
// failing instance
111111
{
112-
"foo": {"foo-prop": "not 1", "other-prop": false},
113-
"bar": {"bar-prop": 2}
112+
"foo": { "foo-prop": "not 1", "other-prop": false },
113+
"bar": { "bar-prop": 2 }
114114
}
115115

116116
// passing instance

0 commit comments

Comments
 (0)