Skip to content

Commit

Permalink
Fix dataset openapi model (#2038)
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Holmberg <sam@holmberg.dev>
  • Loading branch information
Esaych committed Jul 15, 2022
1 parent ba47e6e commit cdee331
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions spec/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1029,26 +1029,36 @@ components:
type: string
tags:
description: List of tags.
type: string
type: array
items:
type: string
description:
description: The description of the field.
type: string
tags:
description: List of tags.
type: string
type: array
items:
type: string
lastModifiedAt:
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.
type: string
format: date-time
lastLifecycleState:
description: The last lifecycle state of the dataset.
type: string
description:
description: The description of the dataset.
description: The description of the dataset.
type: string
facets:
$ref: '#/components/schemas/DatasetFacets'
currentVersion:
description: The current version of the dataset.
type: string
format: uuid
deleted:
description: The deleted state of the dataset.
type: boolean
example:
id:
namespace: my-namespace
Expand Down

0 comments on commit cdee331

Please sign in to comment.