Skip to content

Commit

Permalink
move draft4-specific file to dedicated dir for this draft, and add $s…
Browse files Browse the repository at this point in the history
…chema

..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.
  • Loading branch information
karenetheridge committed Oct 7, 2024
1 parent 8ef1550 commit c23fa4c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"refToInteger": {
"$ref": "#foo"
Expand Down

0 comments on commit c23fa4c

Please sign in to comment.