From 16adf8415f7abf87eb65af981cd61500055812e1 Mon Sep 17 00:00:00 2001 From: Ivan Savenko Date: Mon, 19 Aug 2024 11:46:58 +0000 Subject: [PATCH] Add missing property to schema --- config/schemas/objectType.json | 3 +++ config/schemas/rewardable.json | 1 + 2 files changed, 4 insertions(+) diff --git a/config/schemas/objectType.json b/config/schemas/objectType.json index b470bc1cc..3d582bafa 100644 --- a/config/schemas/objectType.json +++ b/config/schemas/objectType.json @@ -34,6 +34,9 @@ } } }, + "name" : { + "type" : "string" + }, "templates" : { "type" : "object", "additionalProperties" : { diff --git a/config/schemas/rewardable.json b/config/schemas/rewardable.json index 914b98f1c..bc76b743f 100644 --- a/config/schemas/rewardable.json +++ b/config/schemas/rewardable.json @@ -318,6 +318,7 @@ "aiValue" : { }, "index" : { }, "base" : { }, + "name" : { }, "rmg" : { }, "templates" : { }, "battleground" : { },