Skip to content

Commit 21cdd96

Browse files
authored
Merge pull request #690 from gregsdennis/draft-08-recursives-meta
Added '$recursive*' to the meta-schema
2 parents b6deb83 + d3871d6 commit 21cdd96

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
@@ -50,6 +50,14 @@
5050
"type": "string",
5151
"format": "uri-reference"
5252
},
53+
"$recursiveRef": {
54+
"type": "string",
55+
"format": "uri-reference"
56+
},
57+
"$recursiveAnchor": {
58+
"const": true,
59+
"default": false
60+
},
5361
"$comment": {
5462
"type": "string"
5563
},

0 commit comments

Comments
 (0)