Skip to content

Commit

Permalink
Update validation output format schema nested to details
Browse files Browse the repository at this point in the history
  • Loading branch information
notEthan committed Feb 2, 2024
1 parent f8967bc commit 36b195f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions output/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"type": "string",
"format": "json-pointer"
},
"nested": {
"details": {
"$ref": "#/$defs/outputUnitArray"
},
"annotations": {
Expand Down Expand Up @@ -84,11 +84,11 @@
"list": {
"properties": {
"valid": { "type": "boolean" },
"nested": {
"details": {
"$ref": "#/$defs/outputUnitArray"
}
},
"required": [ "valid", "nested" ]
"required": [ "valid", "details" ]
},
"hierarchical": { "$ref": "#/$defs/outputUnit" }
}
Expand Down

0 comments on commit 36b195f

Please sign in to comment.