Skip to content

Commit 4557fac

Browse files
ya7010yassun7010
andauthored
fix(schema): standardize JSON schema formatting and add 'root' property (SchemaStore#4723)
Co-authored-by: yassun7010 <[email protected]>
1 parent 325ed71 commit 4557fac

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/schemas/json/tombi.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,12 @@
455455
"title": "The schema for the sub value.",
456456
"type": "object",
457457
"properties": {
458+
"root": {
459+
"title": "The accessors to apply the sub schema.",
460+
"type": ["string", "null"],
461+
"examples": ["tools.tombi", "items[0].name"],
462+
"minLength": 1
463+
},
458464
"path": {
459465
"title": "The sub schema path.",
460466
"type": "string"
@@ -467,12 +473,6 @@
467473
"type": "string"
468474
},
469475
"minItems": 1
470-
},
471-
"root": {
472-
"title": "The accessors to apply the sub schema.",
473-
"type": ["string", "null"],
474-
"examples": ["tools.tombi", "items[0].name"],
475-
"minLength": 1
476476
}
477477
},
478478
"additionalProperties": false,

0 commit comments

Comments
 (0)