Skip to content

Commit 33f84c5

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

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
@@ -138,8 +138,8 @@ For these examples, the following schema and instances will be used.
138138

139139
```json "failing instance"
140140
{
141-
"foo": {"foo-prop": "not 1", "other-prop": false},
142-
"bar": {"bar-prop": 2}
141+
"foo": { "foo-prop": "not 1", "other-prop": false },
142+
"bar": { "bar-prop": 2 }
143143
}
144144
```
145145

0 commit comments

Comments
 (0)