Skip to content

Commit c23fa4c

Browse files
move draft4-specific file to dedicated dir for this draft, and add $schema
..otherwise, draft-specific test suites won't know to skip adding this file. But if they do try to load this file (because they understand draft4), they need to know what metaschema to use, so we also add a "$schema" keyword.
1 parent 8ef1550 commit c23fa4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

remotes/locationIndependentIdentifierDraft4.json renamed to remotes/draft4/locationIndependentIdentifierDraft4.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "http://json-schema.org/draft-04/schema#",
23
"definitions": {
34
"refToInteger": {
45
"$ref": "#foo"

0 commit comments

Comments
 (0)