Skip to content

Commit e138794

Browse files
authored
Incorrect definition of the lower length bound for the "name" field in the World schema (#556)
Fixes #547 Signed-off-by: Vessel9817 <151808241+Vessel9817@users.noreply.github.com>
1 parent 2b7ea9f commit e138794

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openapi/components/schemas/World.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ properties:
5050
minLength: 1
5151
name:
5252
type: string
53-
minLength: 1
53+
minLength: 0
5454
namespace:
5555
type: string
5656
occupants:

0 commit comments

Comments
 (0)