diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-02-04 14:24:18 +0100 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-02-04 14:24:18 +0100 |
commit | 7ce7ee1a4821b23909c07491798083c4b3639f98 (patch) | |
tree | f25ffdd4b3695b4ec31a1a8bfd1c5c38c221dbca | |
parent | d92afa4b1792d1c0f45c32f3120d38ce206db894 (diff) | |
download | hydrilla-json-schemas-7ce7ee1a4821b23909c07491798083c4b3639f98.tar.gz hydrilla-json-schemas-7ce7ee1a4821b23909c07491798083c4b3639f98.zip |
use proper metaschema URL
-rw-r--r-- | package_source-1.schema.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package_source-1.schema.json b/package_source-1.schema.json index 8df3722..b6689f3 100644 --- a/package_source-1.schema.json +++ b/package_source-1.schema.json @@ -1,5 +1,5 @@ { - "$schema": "https://json-schema.org/draft-07/schema", + "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://hydrilla.koszko.org/package_source-1.schema.json", "title": "Package source", "description": "Definition of a Hydrilla source package", |