From 744499e32dc1f75a7ab41948e98eac7175b3482b Mon Sep 17 00:00:00 2001 From: Antonio Vivace Date: Wed, 17 Jan 2024 22:27:29 +0100 Subject: [PATCH] schema: relax requirements on developer field (allow object) --- game-schema-d4.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/game-schema-d4.json b/game-schema-d4.json index 0becab21..b5be2d6e 100644 --- a/game-schema-d4.json +++ b/game-schema-d4.json @@ -21,6 +21,9 @@ }, { "type": "array" + }, + { + "type": "object" } ] },