diff options
author | TehPers <tehperz@gmail.com> | 2019-08-05 19:47:26 -0700 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-09-14 19:04:21 -0400 |
commit | 31990916198708dc89343066faaf34703f2c1cf1 (patch) | |
tree | 7be33538ea91957803111e4888e69c0b197e0b9c | |
parent | 093c68cac4839603e8c1fcc456d86bcfdf309b60 (diff) | |
download | SMAPI-31990916198708dc89343066faaf34703f2c1cf1.tar.gz SMAPI-31990916198708dc89343066faaf34703f2c1cf1.tar.bz2 SMAPI-31990916198708dc89343066faaf34703f2c1cf1.zip |
Updated $id
-rw-r--r-- | src/SMAPI.Web/wwwroot/schemas/content-patcher.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |