Skip to content

Commit d07aac9

Browse files
authored
Merge pull request #1484 from notEthan/validation_output_schema_details
Update validation output format schema `nested` to `details`
2 parents 392907a + 36b195f commit d07aac9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

output/schema.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"type": "string",
2525
"format": "json-pointer"
2626
},
27-
"nested": {
27+
"details": {
2828
"$ref": "#/$defs/outputUnitArray"
2929
},
3030
"annotations": {
@@ -84,11 +84,11 @@
8484
"list": {
8585
"properties": {
8686
"valid": { "type": "boolean" },
87-
"nested": {
87+
"details": {
8888
"$ref": "#/$defs/outputUnitArray"
8989
}
9090
},
91-
"required": [ "valid", "nested" ]
91+
"required": [ "valid", "details" ]
9292
},
9393
"hierarchical": { "$ref": "#/$defs/outputUnit" }
9494
}

0 commit comments

Comments
 (0)