Skip to content

Commit fe405a1

Browse files
draft/future -> draft/next in $refs also
1 parent 3d9d35a commit fe405a1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/draft-next/id.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"description": "Invalid use of fragments in location-independent $id",
44
"schema": {
5-
"$ref": "https://json-schema.org/draft/future/schema"
5+
"$ref": "https://json-schema.org/draft/next/schema"
66
},
77
"tests": [
88
{
@@ -110,7 +110,7 @@
110110
"description": "Valid use of empty fragments in location-independent $id",
111111
"comment": "These are allowed but discouraged",
112112
"schema": {
113-
"$ref": "https://json-schema.org/draft/future/schema"
113+
"$ref": "https://json-schema.org/draft/next/schema"
114114
},
115115
"tests": [
116116
{
@@ -150,7 +150,7 @@
150150
{
151151
"description": "Unnormalized $ids are allowed but discouraged",
152152
"schema": {
153-
"$ref": "https://json-schema.org/draft/future/schema"
153+
"$ref": "https://json-schema.org/draft/next/schema"
154154
},
155155
"tests": [
156156
{

tests/draft-next/ref.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
{
179179
"description": "remote ref, containing refs itself",
180180
"schema": {
181-
"$ref": "https://json-schema.org/draft/future/schema"
181+
"$ref": "https://json-schema.org/draft/next/schema"
182182
},
183183
"tests": [
184184
{

0 commit comments

Comments
 (0)