Skip to content

Commit 0591c58

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

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
@@ -90,9 +90,7 @@ For these examples, the following schema and instances will be used.
9090
}
9191
]
9292
},
93-
"bar": {
94-
"$ref": "#/$defs/bar"
95-
}
93+
"bar": { "$ref": "#/$defs/bar" }
9694
},
9795
"$defs": {
9896
"bar": {

0 commit comments

Comments
 (0)