You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec/openapi.yml
+13-3Lines changed: 13 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1029,26 +1029,36 @@ components:
1029
1029
type: string
1030
1030
tags:
1031
1031
description: List of tags.
1032
-
type: string
1032
+
type: array
1033
+
items:
1034
+
type: string
1033
1035
description:
1034
1036
description: The description of the field.
1035
1037
type: string
1036
1038
tags:
1037
1039
description: List of tags.
1038
-
type: string
1040
+
type: array
1041
+
items:
1042
+
type: string
1039
1043
lastModifiedAt:
1040
1044
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.
1041
1045
type: string
1042
1046
format: date-time
1047
+
lastLifecycleState:
1048
+
description: The last lifecycle state of the dataset.
0 commit comments