Lessened $schema type strictness (#1718)

* Lessened $schema type strictness

* Lessened $schema type strictness

authored by Jakob Guddas and committed by GitHub 2b007e79 bb1e470f

+1 -1
category.schema.json
··· 16 16 "required": ["$schema", "icon", "title"], 17 17 "properties": { 18 18 "$schema": { 19 - "const": "../category.schema.json" 19 + "type": "string" 20 20 }, 21 21 "description": { 22 22 "type": "string"
+1 -1
icon.schema.json
··· 16 16 "required": ["$schema", "categories", "tags"], 17 17 "properties": { 18 18 "$schema": { 19 - "const": "../icon.schema.json" 19 + "type": "string" 20 20 }, 21 21 "aliases": { 22 22 "type": "array",