summaryrefslogtreecommitdiff
path: root/json/tests/draft-next/minProperties.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/tests/draft-next/minProperties.json')
-rw-r--r--json/tests/draft-next/minProperties.json10
1 files changed, 8 insertions, 2 deletions
diff --git a/json/tests/draft-next/minProperties.json b/json/tests/draft-next/minProperties.json
index 9f74f78..434c0f1 100644
--- a/json/tests/draft-next/minProperties.json
+++ b/json/tests/draft-next/minProperties.json
@@ -1,7 +1,10 @@
[
{
"description": "minProperties validation",
- "schema": {"minProperties": 1},
+ "schema": {
+ "$schema": "https://json-schema.org/draft/next/schema",
+ "minProperties": 1
+ },
"tests": [
{
"description": "longer is valid",
@@ -37,7 +40,10 @@
},
{
"description": "minProperties validation with a decimal",
- "schema": {"minProperties": 1.0},
+ "schema": {
+ "$schema": "https://json-schema.org/draft/next/schema",
+ "minProperties": 1.0
+ },
"tests": [
{
"description": "longer is valid",