Skip to content

Commit 2fc39e2

Browse files
committed
fix: fields that can be null
1 parent 55a4648 commit 2fc39e2

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
@@ -123,7 +123,7 @@ components:
123123
type: [string, "null"]
124124
description: City where the startup is located.
125125
country:
126-
type: string
126+
type: [string, "null"]
127127
description: Country where the startup is located.
128128
address:
129129
type: [string, "null"]

0 commit comments

Comments
 (0)