Skip to content

Commit 811ad05

Browse files
committed
allow description and derived_from to be nullable
1 parent 2a8599c commit 811ad05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

neurostore-openapi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1335,6 +1335,7 @@ components:
13351335
type: string
13361336
description:
13371337
type: string
1338+
nullable: true
13381339
version:
13391340
type: string
13401341
study_dependent:
@@ -1345,6 +1346,7 @@ components:
13451346
type: boolean
13461347
derived_from:
13471348
type: string
1349+
nullable: true
13481350
pipeline-list:
13491351
type: object
13501352
properties:

0 commit comments

Comments
 (0)