From 1d1c93d5a9011ecdf58a4952afcb5a1faff30e76 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Mon, 14 Feb 2022 10:45:18 +0100 Subject: specify full schema URL in instances --- common_definitions-1.schema.json | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) (limited to 'common_definitions-1.schema.json') 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" }, -- cgit v1.2.3