Skip to content

Commit 09c9cf2

Browse files
fix broken reference
..from json-schema-org#1137
1 parent d4c9fb0 commit 09c9cf2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

schema.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151
},
5252
"$recursiveRef": {
5353
"$comment": "\"$recursiveRef\" has been replaced by \"$dynamicRef\".",
54-
"$ref": "meta/core#/$defs/uriReferenceString",
54+
"type": "string",
55+
"format": "uri-reference",
5556
"deprecated": true
5657
}
5758
}

0 commit comments

Comments
 (0)