From a8442778ff400fd9d50cac7944b491c7d641df1f Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Thu, 10 Feb 2022 16:53:46 +0100 Subject: change URL in schema 's --- api_mapping_description-1.schema.json | 2 +- api_query_result-1.schema.json | 2 +- api_resource_description-1.schema.json | 2 +- api_source_description-1.schema.json | 2 +- common_definitions-1.schema.json | 2 +- 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", -- cgit v1.2.3