Skip to content

Commit d5f24ea

Browse files
json conventions
Co-authored-by: Jason Desrosiers <[email protected]>
1 parent 9ab1781 commit d5f24ea

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
@@ -76,7 +76,7 @@ For these examples, the following schema and instances will be used.
7676
"properties": {
7777
"foo": {
7878
"allOf": [
79-
{ "required": [ "unspecified-prop" ] },
79+
{ "required": ["unspecified-prop"] },
8080
{
8181
"type": "object",
8282
"title": "foo-title",

0 commit comments

Comments
 (0)