From 19aeaf8e7eaa6d7481c5fa8eab0f9fd2b288a12e Mon Sep 17 00:00:00 2001 From: dyceron <38679103+dyceron@users.noreply.github.com> Date: Tue, 25 Jun 2024 10:25:48 -0400 Subject: [PATCH] Remove default for baby hint field --- src/open_samus_returns_rando/files/schema.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/open_samus_returns_rando/files/schema.json b/src/open_samus_returns_rando/files/schema.json index f330180..144a12b 100644 --- a/src/open_samus_returns_rando/files/schema.json +++ b/src/open_samus_returns_rando/files/schema.json @@ -404,8 +404,7 @@ }, "baby_metroid_hint": { "description": "Hint for where the Baby Metroid is located.", - "type": "string", - "default": {} + "type": "string" }, "cosmetic_patches": { "type": "object",