summaryrefslogtreecommitdiff
path: root/json/tests/draft2019-09/infinite-loop-detection.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/tests/draft2019-09/infinite-loop-detection.json')
-rw-r--r--json/tests/draft2019-09/infinite-loop-detection.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/json/tests/draft2019-09/infinite-loop-detection.json b/json/tests/draft2019-09/infinite-loop-detection.json
index 9c3c362..eb69414 100644
--- a/json/tests/draft2019-09/infinite-loop-detection.json
+++ b/json/tests/draft2019-09/infinite-loop-detection.json
@@ -2,6 +2,7 @@
{
"description": "evaluating the same schema location against the same data location twice is not a sign of an infinite loop",
"schema": {
+ "$schema": "https://json-schema.org/draft/2019-09/schema",
"$defs": {
"int": { "type": "integer" }
},