Skip to content

Commit cdee331

Browse files
authored
Fix dataset openapi model (#2038)
Signed-off-by: Sam Holmberg <sam@holmberg.dev>
1 parent ba47e6e commit cdee331

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

spec/openapi.yml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1029,26 +1029,36 @@ components:
10291029
type: string
10301030
tags:
10311031
description: List of tags.
1032-
type: string
1032+
type: array
1033+
items:
1034+
type: string
10331035
description:
10341036
description: The description of the field.
10351037
type: string
10361038
tags:
10371039
description: List of tags.
1038-
type: string
1040+
type: array
1041+
items:
1042+
type: string
10391043
lastModifiedAt:
10401044
description: An [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp representing the date/time the dataset was last modified by a successful run.
10411045
type: string
10421046
format: date-time
1047+
lastLifecycleState:
1048+
description: The last lifecycle state of the dataset.
1049+
type: string
10431050
description:
1044-
description: The description of the dataset.
1051+
description: The description of the dataset.
10451052
type: string
10461053
facets:
10471054
$ref: '#/components/schemas/DatasetFacets'
10481055
currentVersion:
10491056
description: The current version of the dataset.
10501057
type: string
10511058
format: uuid
1059+
deleted:
1060+
description: The deleted state of the dataset.
1061+
type: boolean
10521062
example:
10531063
id:
10541064
namespace: my-namespace

0 commit comments

Comments
 (0)