Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dataset openapi model #2038

Merged
merged 1 commit into from
Jul 15, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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