Skip to content

Commit d3871d6

Browse files
committed
added '$recursive*' to the meta-schema
1 parent b6fd7a0 commit d3871d6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

schema.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,14 @@
5252
"type": "string",
5353
"format": "uri-reference"
5454
},
55+
"$recursiveRef": {
56+
"type": "string",
57+
"format": "uri-reference"
58+
},
59+
"$recursiveAnchor": {
60+
"const": true,
61+
"default": false
62+
},
5563
"$comment": {
5664
"type": "string"
5765
},

0 commit comments

Comments
 (0)