Skip to content

Commit 276a428

Browse files
committed
fix: fields that can be null
1 parent 4e62fb7 commit 276a428

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
@@ -100,9 +100,10 @@ components:
100100
founding_date:
101101
type: string
102102
format: date
103+
nullable: true
103104
description: The founding date of the startup.
104105
funding_stage:
105-
type: string
106+
type: [string, "null"]
106107
description: The funding stage of the startup.
107108
registry_id:
108109
type: string
@@ -139,7 +140,6 @@ components:
139140
- industries
140141
- solutions
141142
- resources
142-
- founding_date
143143
- funding_stage
144144
- legal_form
145145
- city

0 commit comments

Comments
 (0)