summaryrefslogtreecommitdiff
path: root/json/tests/draft-next/optional/format/json-pointer.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/tests/draft-next/optional/format/json-pointer.json')
-rw-r--r--json/tests/draft-next/optional/format/json-pointer.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/json/tests/draft-next/optional/format/json-pointer.json b/json/tests/draft-next/optional/format/json-pointer.json
index a0346b5..f55342f 100644
--- a/json/tests/draft-next/optional/format/json-pointer.json
+++ b/json/tests/draft-next/optional/format/json-pointer.json
@@ -1,7 +1,10 @@
[
{
"description": "validation of JSON-pointers (JSON String Representation)",
- "schema": { "format": "json-pointer" },
+ "schema": {
+ "$schema": "https://json-schema.org/draft/next/schema",
+ "format": "json-pointer"
+ },
"tests": [
{
"description": "all string formats ignore integers",