Skip to content

Commit 3b5782b

Browse files
authored
Update ref.json : changing $Ids
1 parent 546b356 commit 3b5782b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/draft2019-09/ref.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1053,14 +1053,14 @@
10531053
"description": "$ref with $recursiveAnchor",
10541054
"schema": {
10551055
"$schema": "https://json-schema.org/draft/2019-09/schema",
1056-
"$id": "https://example.com/schemas/array-without-unevaluatedItems",
1057-
"$ref": "/schemas/array-with-unevaluatedItems",
1056+
"$id": "https://example.com/schemas/unevaluated-items-are-disallowed",
1057+
"$ref": "/schemas/unevaluated-items-are-allowed",
10581058
"$recursiveAnchor": true,
10591059
"unevaluatedItems": false,
10601060
"$defs": {
1061-
"/schemas/array-with-unevaluatedItems": {
1061+
"/schemas/unevaluated-items-are-allowed": {
10621062
"$schema": "https://json-schema.org/draft/2019-09/schema",
1063-
"$id": "/schemas/array-with-unevaluatedItems",
1063+
"$id": "/schemas/unevaluated-items-are-allowed",
10641064
"$recursiveAnchor": true,
10651065
"type": "array",
10661066
"items": [

0 commit comments

Comments
 (0)