We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 392907a + 36b195f commit d07aac9Copy full SHA for d07aac9
output/schema.json
@@ -24,7 +24,7 @@
24
"type": "string",
25
"format": "json-pointer"
26
},
27
- "nested": {
+ "details": {
28
"$ref": "#/$defs/outputUnitArray"
29
30
"annotations": {
@@ -84,11 +84,11 @@
84
"list": {
85
"properties": {
86
"valid": { "type": "boolean" },
87
88
89
}
90
91
- "required": [ "valid", "nested" ]
+ "required": [ "valid", "details" ]
92
93
"hierarchical": { "$ref": "#/$defs/outputUnit" }
94
0 commit comments