From 31990916198708dc89343066faaf34703f2c1cf1 Mon Sep 17 00:00:00 2001 From: TehPers Date: Mon, 5 Aug 2019 19:47:26 -0700 Subject: Updated $id --- src/SMAPI.Web/wwwroot/schemas/content-patcher.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/SMAPI.Web') diff --git a/src/SMAPI.Web/wwwroot/schemas/content-patcher.json b/src/SMAPI.Web/wwwroot/schemas/content-patcher.json index e4008abb..3ef5d263 100644 --- a/src/SMAPI.Web/wwwroot/schemas/content-patcher.json +++ b/src/SMAPI.Web/wwwroot/schemas/content-patcher.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Pathoschild/SMAPI/develop/src/SMAPI.Web/wwwroot/schemas/content-patcher.json", + "$id": "https://smapi.io/schemas/content-patcher.json", "title": "Content Patcher", "description": "Content Patcher content file for mods", "type": "object", -- cgit