Skip to content

Commit ff32c34

Browse files
committed
fix: fields that can be null
1 parent 6456fd8 commit ff32c34

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
@@ -118,7 +118,7 @@ components:
118118
description: The target audience.
119119
example: B2C
120120
city:
121-
type: string
121+
type: [string, "null"]
122122
description: City where the startup is located.
123123
country:
124124
type: string

0 commit comments

Comments
 (0)