summaryrefslogtreecommitdiff
path: root/common_definitions-1.schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'common_definitions-1.schema.json')
-rw-r--r--common_definitions-1.schema.json20
1 files changed, 1 insertions, 19 deletions
diff --git a/common_definitions-1.schema.json b/common_definitions-1.schema.json
index c47c7ab..dfe0cd8 100644
--- a/common_definitions-1.schema.json
+++ b/common_definitions-1.schema.json
@@ -18,17 +18,6 @@
},
"minItems": 1
},
- "schema_version": {
- "description": "Which version of appropriate schema a JSON document conforms to (major number is assumed to be 1)",
- "allOf": [{
- "$ref": "#definitions/version"
- }, {
- "type": "array",
- "items": [{
- "const": 1
- }]
- }]
- },
"source_name": {
"description": "Unique identifier of this source package",
"type": "string",
@@ -226,15 +215,8 @@
"item_definition": {
"description": "Definition of a resource/mapping (fields specific to built definitions)",
"type": "object",
- "required": [
- "api_schema_version",
- "source_name",
- "source_copyright"
- ],
+ "required": ["source_name", "source_copyright"],
"properties": {
- "api_schema_version": {
- "$ref": "#/definitions/schema_version"
- },
"source_name": {
"$ref": "#/definitions/source_name"
},