Skip to content

Commit a14fb77

Browse files
authored
Merge pull request #211 from epoberezkin/ref
schema for $ref keyword
2 parents dbe11f2 + e29c05f commit a14fb77

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@
4545
"type": "string",
4646
"format": "uri"
4747
},
48+
"$ref": {
49+
"type": "string",
50+
"format": "uriref"
51+
},
4852
"title": {
4953
"type": "string"
5054
},

0 commit comments

Comments
 (0)