Skip to content

Commit c49ba54

Browse files
committed
Fix an incorrect $schema identifier.
#640 (comment)
1 parent 76dae88 commit c49ba54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/draft2019-09/refRemote.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
{
4141
"description": "anchor within remote ref",
4242
"schema": {
43-
"$schema": "https://json-schema.org/draft/2010-09/schema",
43+
"$schema": "https://json-schema.org/draft/2019-09/schema",
4444
"$ref": "http://localhost:1234/draft2019-09/locationIndependentIdentifier.json#foo"
4545
},
4646
"tests": [

0 commit comments

Comments
 (0)