Skip to content

Commit 076790d

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

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
@@ -149,7 +149,7 @@ For these examples, the following schema and instances will be used.
149149
"foo-prop": 1,
150150
"unspecified-prop": true
151151
},
152-
"bar": {"bar-prop": 20}
152+
"bar": { "bar-prop": 20 }
153153
}
154154
```
155155

0 commit comments

Comments
 (0)