From 9d4bd78c15d77772cd08c7ae4f786c2d8b8edc42 Mon Sep 17 00:00:00 2001 From: Mister_Nebula <41904486+misternebula@users.noreply.github.com> Date: Sat, 10 Sep 2022 15:20:55 +0100 Subject: [PATCH] add schemas to manifests --- src/OWML.Launcher/OWML.Manifest.json | 1 + src/SampleMods/OWML.EnableDebugMode/manifest.json | 1 + src/SampleMods/OWML.EnumExample/manifest.json | 1 + src/SampleMods/OWML.ExampleAPI/manifest.json | 1 + src/SampleMods/OWML.LoadCustomAssets/manifest.json | 1 + 5 files changed, 5 insertions(+) diff --git a/src/OWML.Launcher/OWML.Manifest.json b/src/OWML.Launcher/OWML.Manifest.json index 969faa91..9ff0ae16 100644 --- a/src/OWML.Launcher/OWML.Manifest.json +++ b/src/OWML.Launcher/OWML.Manifest.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/ow-mods/owml/dev/schemas/manifest_schema.json", "author": "Alek", "name": "OWML", "uniqueName": "Alek.OWML", diff --git a/src/SampleMods/OWML.EnableDebugMode/manifest.json b/src/SampleMods/OWML.EnableDebugMode/manifest.json index 9cca6e1d..006f3bdf 100644 --- a/src/SampleMods/OWML.EnableDebugMode/manifest.json +++ b/src/SampleMods/OWML.EnableDebugMode/manifest.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/ow-mods/owml/dev/schemas/manifest_schema.json", "filename": "OWML.EnableDebugMode.dll", "author": "Alek", "name": "EnableDebugMode", diff --git a/src/SampleMods/OWML.EnumExample/manifest.json b/src/SampleMods/OWML.EnumExample/manifest.json index 27792b2d..a7887d8f 100644 --- a/src/SampleMods/OWML.EnumExample/manifest.json +++ b/src/SampleMods/OWML.EnumExample/manifest.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/ow-mods/owml/dev/schemas/manifest_schema.json", "filename": "OWML.EnumExample.dll", "author": "MegaPiggy", "name": "Enum Example", diff --git a/src/SampleMods/OWML.ExampleAPI/manifest.json b/src/SampleMods/OWML.ExampleAPI/manifest.json index 670428a7..5a4e253a 100644 --- a/src/SampleMods/OWML.ExampleAPI/manifest.json +++ b/src/SampleMods/OWML.ExampleAPI/manifest.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/ow-mods/owml/dev/schemas/manifest_schema.json", "filename": "OWML.ExampleAPI.dll", "author": "_nebula", "name": "ExampleAPI", diff --git a/src/SampleMods/OWML.LoadCustomAssets/manifest.json b/src/SampleMods/OWML.LoadCustomAssets/manifest.json index a706a47b..3771652c 100644 --- a/src/SampleMods/OWML.LoadCustomAssets/manifest.json +++ b/src/SampleMods/OWML.LoadCustomAssets/manifest.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/ow-mods/owml/dev/schemas/manifest_schema.json", "filename": "OWML.LoadCustomAssets.dll", "author": "Alek", "name": "LoadCustomAssets",