diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-02-10 16:53:46 +0100 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-02-10 16:53:46 +0100 |
commit | a8442778ff400fd9d50cac7944b491c7d641df1f (patch) | |
tree | 0950130cba91f7180d669b90674425b0380e416c | |
parent | 15d58dac1975a5429f9d1223676dddc1026b2a75 (diff) | |
download | hydrilla-json-schemas-a8442778ff400fd9d50cac7944b491c7d641df1f.tar.gz hydrilla-json-schemas-a8442778ff400fd9d50cac7944b491c7d641df1f.zip |
change URL in schema 's
-rw-r--r-- | api_mapping_description-1.schema.json | 2 | ||||
-rw-r--r-- | api_query_result-1.schema.json | 2 | ||||
-rw-r--r-- | api_resource_description-1.schema.json | 2 | ||||
-rw-r--r-- | api_source_description-1.schema.json | 2 | ||||
-rw-r--r-- | common_definitions-1.schema.json | 2 | ||||
-rw-r--r-- | package_source-1.schema.json | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/api_mapping_description-1.schema.json b/api_mapping_description-1.schema.json index 5bac876..6b0e723 100644 --- a/api_mapping_description-1.schema.json +++ b/api_mapping_description-1.schema.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://hydrilla.koszko.org/api_mapping_description-1.schema.json", + "$id": "https://hydrilla.koszko.org/schemas/api_mapping_description-1.schema.json", "title": "Mapping description", "description": "Definition of a Hydrilla mapping, as served through HTTP API", "allOf": [{ diff --git a/api_query_result-1.schema.json b/api_query_result-1.schema.json index a8dd30a..4d7dcbd 100644 --- a/api_query_result-1.schema.json +++ b/api_query_result-1.schema.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://hydrilla.koszko.org/api_query_result-1.schema.json", + "$id": "https://hydrilla.koszko.org/schemas/api_query_result-1.schema.json", "title": "Query result", "description": "Object with a list of references to mappings that contain payloads for requested URL", "type": "object", diff --git a/api_resource_description-1.schema.json b/api_resource_description-1.schema.json index fc653f5..9e47a44 100644 --- a/api_resource_description-1.schema.json +++ b/api_resource_description-1.schema.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://hydrilla.koszko.org/api_resource_description-1.schema.json", + "$id": "https://hydrilla.koszko.org/schemas/api_resource_description-1.schema.json", "title": "Resource description", "description": "Definition of a Hydrilla resource, as served through HTTP API", "allOf": [{ diff --git a/api_source_description-1.schema.json b/api_source_description-1.schema.json index bb3784f..a8f6473 100644 --- a/api_source_description-1.schema.json +++ b/api_source_description-1.schema.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://hydrilla.koszko.org/api_source_description-1.schema.json", + "$id": "https://hydrilla.koszko.org/schemas/api_source_description-1.schema.json", "title": "Source description", "description": "Built description of a Hydrilla source package", "type": "object", diff --git a/common_definitions-1.schema.json b/common_definitions-1.schema.json index b8149a8..9d4e146 100644 --- a/common_definitions-1.schema.json +++ b/common_definitions-1.schema.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://hydrilla.koszko.org/common_definitions-1.schema.json", + "$id": "https://hydrilla.koszko.org/schemas/common_definitions-1.schema.json", "title": "Common definitions", "description": "Definitions used by other Hydrilla schemas", "definitions": { diff --git a/package_source-1.schema.json b/package_source-1.schema.json index 392183d..fb2bfb7 100644 --- a/package_source-1.schema.json +++ b/package_source-1.schema.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://hydrilla.koszko.org/package_source-1.schema.json", + "$id": "https://hydrilla.koszko.org/schemas/package_source-1.schema.json", "title": "Package source", "description": "Definition of a Hydrilla source package", "type": "object", |