Skip to content

Commit 37e443b

Browse files
committed
fix: fields that can be null
1 parent edb0754 commit 37e443b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/2025-02-10.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ components:
2727
format: uuid
2828
description: Unique identifier for the startup.
2929
name:
30-
type: string
30+
type: [string, "null"]
3131
description: Name of the startup.
3232
desc_short:
3333
type: [string, "null"]

0 commit comments

Comments
 (0)