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",
"name": "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",
"author": "Alek",
"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",
"author": "MegaPiggy",
"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",
"author": "_nebula",
"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",
"author": "Alek",
"name": "LoadCustomAssets",