diff --git a/src/api/json/catalog.json b/src/api/json/catalog.json index eec765b63ec..5475be3020b 100644 --- a/src/api/json/catalog.json +++ b/src/api/json/catalog.json @@ -6877,25 +6877,25 @@ "name": "Application list for a WinUtil", "description": "Application list for a WinUtil", "fileMatch": ["**/*winutil*/config/applications.json"], - "url": "https://raw.githubusercontent.com/winutil-applications.json" + "url": "https://json.schemastore.org/winutil-applications.json" }, { "name": "Preset list for a WinUtil", "description": "Preset list for a WinUtil", "fileMatch": ["**/*winutil*/config/preset.json"], - "url": "https://raw.githubusercontent.com/winutil-preset.json" + "url": "https://json.schemastore.org/winutil-preset.json" }, { "name": "Tab list for a LinUtil", "description": "Tab list for a LinUtil", "fileMatch": ["**/*linutil*/**/tabs.toml"], - "url": "https://raw.githubusercontent.com/linutil-tabs.json" + "url": "https://json.schemastore.org/linutil-tabs.json" }, { "name": "Tab data for a LinUtil", "description": "Tab data for a LinUtil", "fileMatch": ["**/*linutil*/**/tab_data.toml"], - "url": "https://raw.githubusercontent.com/linutil-tab-data.json" + "url": "https://json.schemastore.org/linutil-tab-data.json" } ] } diff --git a/src/schemas/json/linutil-tab-data.json b/src/schemas/json/linutil-tab-data.json index febfafc116e..85f7bc742ac 100644 --- a/src/schemas/json/linutil-tab-data.json +++ b/src/schemas/json/linutil-tab-data.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-04/schema#", - "id": "https://raw.githubusercontent.com/linutil-tab-data.json", + "id": "https://json.schemastore.org/linutil-tab-data.json", "definitions": { "string-property": { "type": "string", diff --git a/src/schemas/json/linutil-tabs.json b/src/schemas/json/linutil-tabs.json index bf1c6aef0af..f45fccb5188 100644 --- a/src/schemas/json/linutil-tabs.json +++ b/src/schemas/json/linutil-tabs.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-04/schema#", - "id": "https://raw.githubusercontent.com/linutil-tabs.json", + "id": "https://json.schemastore.org/linutil-tabs.json", "title": "tab data", "description": "Tab data", "type": "object", diff --git a/src/schemas/json/winutil-applications.json b/src/schemas/json/winutil-applications.json index 72dbd434ebe..0e296590eb1 100644 --- a/src/schemas/json/winutil-applications.json +++ b/src/schemas/json/winutil-applications.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/winutil-applications.json", + "$id": "https://json.schemastore.org/winutil-applications.json", "definitions": { "string-property": { "type": "string", diff --git a/src/schemas/json/winutil-presets.json b/src/schemas/json/winutil-presets.json index 8480f266055..1ecf923b07d 100644 --- a/src/schemas/json/winutil-presets.json +++ b/src/schemas/json/winutil-presets.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/winutil-presets.json", + "$id": "https://json.schemastore.org/winutil-presets.json", "title": "presets", "description": "Presets\nhttps://github.com/ChrisTitusTech/winutil/blob/main/config/preset.json", "type": "object",