From d6425bfebe56bdc7ea66f3f7c419570e8a68a4bf Mon Sep 17 00:00:00 2001 From: Vessel9817 <151808241+Vessel9817@users.noreply.github.com> Date: Sat, 7 Feb 2026 23:38:58 -0500 Subject: [PATCH] Incorrect definition of the lower length bound for the "name" field in the World schema Fixes #547 Signed-off-by: Vessel9817 <151808241+Vessel9817@users.noreply.github.com> --- openapi/components/schemas/World.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi/components/schemas/World.yaml b/openapi/components/schemas/World.yaml index 72af2c4f..59f70387 100644 --- a/openapi/components/schemas/World.yaml +++ b/openapi/components/schemas/World.yaml @@ -50,7 +50,7 @@ properties: minLength: 1 name: type: string - minLength: 1 + minLength: 0 namespace: type: string occupants: