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 /api_query_result-1.schema.json | |
parent | 15d58dac1975a5429f9d1223676dddc1026b2a75 (diff) | |
download | hydrilla-json-schemas-a8442778ff400fd9d50cac7944b491c7d641df1f.tar.gz hydrilla-json-schemas-a8442778ff400fd9d50cac7944b491c7d641df1f.zip |
change URL in schema 's
Diffstat (limited to 'api_query_result-1.schema.json')
-rw-r--r-- | api_query_result-1.schema.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |