add schemas to manifests

This commit is contained in:
Mister_Nebula 2022-09-10 15:20:55 +01:00
parent 979144fdb2
commit 9d4bd78c15
5 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,5 @@
{ {
"$schema": "https://raw.githubusercontent.com/ow-mods/owml/dev/schemas/manifest_schema.json",
"author": "Alek", "author": "Alek",
"name": "OWML", "name": "OWML",
"uniqueName": "Alek.OWML", "uniqueName": "Alek.OWML",

View File

@ -1,4 +1,5 @@
{ {
"$schema": "https://raw.githubusercontent.com/ow-mods/owml/dev/schemas/manifest_schema.json",
"filename": "OWML.EnableDebugMode.dll", "filename": "OWML.EnableDebugMode.dll",
"author": "Alek", "author": "Alek",
"name": "EnableDebugMode", "name": "EnableDebugMode",

View File

@ -1,4 +1,5 @@
{ {
"$schema": "https://raw.githubusercontent.com/ow-mods/owml/dev/schemas/manifest_schema.json",
"filename": "OWML.EnumExample.dll", "filename": "OWML.EnumExample.dll",
"author": "MegaPiggy", "author": "MegaPiggy",
"name": "Enum Example", "name": "Enum Example",

View File

@ -1,4 +1,5 @@
{ {
"$schema": "https://raw.githubusercontent.com/ow-mods/owml/dev/schemas/manifest_schema.json",
"filename": "OWML.ExampleAPI.dll", "filename": "OWML.ExampleAPI.dll",
"author": "_nebula", "author": "_nebula",
"name": "ExampleAPI", "name": "ExampleAPI",

View File

@ -1,4 +1,5 @@
{ {
"$schema": "https://raw.githubusercontent.com/ow-mods/owml/dev/schemas/manifest_schema.json",
"filename": "OWML.LoadCustomAssets.dll", "filename": "OWML.LoadCustomAssets.dll",
"author": "Alek", "author": "Alek",
"name": "LoadCustomAssets", "name": "LoadCustomAssets",