summaryrefslogtreecommitdiff
path: root/lib/spack/external/jsonschema/schemas/draft4.json
diff options
context:
space:
mode:
Diffstat (limited to 'lib/spack/external/jsonschema/schemas/draft4.json')
-rw-r--r--lib/spack/external/jsonschema/schemas/draft4.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/spack/external/jsonschema/schemas/draft4.json b/lib/spack/external/jsonschema/schemas/draft4.json
index fead5cefab..9b666cff88 100644
--- a/lib/spack/external/jsonschema/schemas/draft4.json
+++ b/lib/spack/external/jsonschema/schemas/draft4.json
@@ -111,9 +111,7 @@
"type": "string"
},
"enum": {
- "minItems": 1,
- "type": "array",
- "uniqueItems": true
+ "type": "array"
},
"exclusiveMaximum": {
"default": false,
@@ -123,6 +121,9 @@
"default": false,
"type": "boolean"
},
+ "format": {
+ "type": "string"
+ },
"id": {
"format": "uri",
"type": "string"