commit 7ce7ee1a4821b23909c07491798083c4b3639f98 Author: Wojtek Kosior Date: Fri Feb 4 14:24:18 2022 +0100 use proper metaschema URL 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",