summaryrefslogtreecommitdiff
path: root/json/tests/draft-next/maximum.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/tests/draft-next/maximum.json')
-rw-r--r--json/tests/draft-next/maximum.json10
1 files changed, 8 insertions, 2 deletions
diff --git a/json/tests/draft-next/maximum.json b/json/tests/draft-next/maximum.json
index 6844a39..656ce81 100644
--- a/json/tests/draft-next/maximum.json
+++ b/json/tests/draft-next/maximum.json
@@ -1,7 +1,10 @@
[
{
"description": "maximum validation",
- "schema": {"maximum": 3.0},
+ "schema": {
+ "$schema": "https://json-schema.org/draft/next/schema",
+ "maximum": 3.0
+ },
"tests": [
{
"description": "below the maximum is valid",
@@ -27,7 +30,10 @@
},
{
"description": "maximum validation with unsigned integer",
- "schema": {"maximum": 300},
+ "schema": {
+ "$schema": "https://json-schema.org/draft/next/schema",
+ "maximum": 300
+ },
"tests": [
{
"description": "below the maximum is invalid",