diff --git a/QuestPathGenerator/Utils.cs b/QuestPathGenerator/Utils.cs index 4a08c9e0..bbf460c6 100644 --- a/QuestPathGenerator/Utils.cs +++ b/QuestPathGenerator/Utils.cs @@ -36,7 +36,7 @@ public static class Utils if (questSchemaFile != null) { SchemaRegistry.Global.Register( - new Uri("https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json"), + new Uri("https://git.carvel.li/plogon_enjoyer/Questionable/raw/branch/temp/QuestPaths/quest-v1.json"), JsonSchema.FromText(questSchemaFile.GetText()!.ToString())); } diff --git a/QuestPaths/quest-v1.json b/QuestPaths/quest-v1.json index f63088a7..28d7070b 100644 --- a/QuestPaths/quest-v1.json +++ b/QuestPaths/quest-v1.json @@ -1,13 +1,16 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "$id": "https://git.carvel.li/plogon_enjoyer/Questionable/raw/branch/temp/QuestPaths/quest-v1.json", "title": "Questionable V1", "description": "A series of quest sequences", "type": "object", "properties": { "$schema": { "type": "string", - "const": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json" + "enum":[ + "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "https://git.carvel.li/plogon_enjoyer/Questionable/raw/branch/temp/QuestPaths/quest-v1.json" + ] }, "Author": { "description": "Author of the quest sequence",