Skip to content

Commit e2465dd

Browse files
committed
allow x,y,z to be nullable
1 parent 707b01d commit e2465dd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

neurostore-openapi.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2234,12 +2234,15 @@ components:
22342234
id: 7ywg6qu86o7yy
22352235
x:
22362236
type: number
2237+
nullable: true
22372238
writeOnly: true
22382239
'y':
22392240
type: number
2241+
nullable: true
22402242
writeOnly: true
22412243
z:
22422244
type: number
2245+
nullable: true
22432246
writeOnly: true
22442247
entities:
22452248
type: array

0 commit comments

Comments
 (0)