diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-02-14 10:45:18 +0100 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-02-14 10:45:18 +0100 |
commit | 1d1c93d5a9011ecdf58a4952afcb5a1faff30e76 (patch) | |
tree | 2e03dffe1fbd35c885948a9ca6276262f6534301 /common_definitions-1.schema.json | |
parent | b19171081e23bcccf9b41588c0464ca9c2c657c0 (diff) | |
download | hydrilla-json-schemas-1d1c93d5a9011ecdf58a4952afcb5a1faff30e76.tar.gz hydrilla-json-schemas-1d1c93d5a9011ecdf58a4952afcb5a1faff30e76.zip |
specify full schema URL in instances
Diffstat (limited to 'common_definitions-1.schema.json')
-rw-r--r-- | common_definitions-1.schema.json | 20 |
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" }, |