Skip to content

Commit 2f90ebe

Browse files
committed
fix: fields that can be null
1 parent 276a428 commit 2f90ebe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/2025-02-10.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ components:
3030
type: string
3131
description: Name of the startup.
3232
desc_short:
33-
type: string
33+
type: [string, "null"]
3434
description: A short description of the startup.
3535
required:
3636
- id
@@ -48,7 +48,7 @@ components:
4848
type: string
4949
description: Name of the startup.
5050
desc_short:
51-
type: string
51+
type: [string, "null"]
5252
description: A short description of the startup.
5353
desc_long:
5454
type: string

0 commit comments

Comments
 (0)