Skip to content

Commit b9b9848

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

jsonschema-validation-output-machines.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,7 @@ For these examples, the following schema and instances will be used.
118118
}
119119
]
120120
},
121-
"bar": {
122-
"$ref": "#/$defs/bar"
123-
}
121+
"bar": { "$ref": "#/$defs/bar" }
124122
},
125123
"$defs": {
126124
"bar": {

0 commit comments

Comments
 (0)