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.
nested
details
1 parent f8967bc commit 36b195fCopy full SHA for 36b195f
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