Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d07aac9

Browse files
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‎

Lines changed: 3 additions & 3 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /