Skip to content

Commit bd6b89a

Browse files
Correct enum types in OpenAPI Spec.
Signed-off-by: Marc Robichaud <marc@studiosciences.ca>
1 parent 7da23da commit bd6b89a

2 files changed

Lines changed: 837 additions & 828 deletions

File tree

docs/openapi.html

Lines changed: 833 additions & 824 deletions
Large diffs are not rendered by default.

spec/openapi.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@ components:
852852
$ref: '#/components/schemas/Source'
853853

854854
DatasetType:
855-
type: enum
855+
type: string
856856
enum: [DB_TABLE, STREAM]
857857
description: The type of dataset
858858

@@ -1258,7 +1258,7 @@ components:
12581258
$ref: '#/components/schemas/Tag'
12591259

12601260
JobType:
1261-
type: enum
1261+
type: string
12621262
enum: [BATCH, STREAM, SERVICE]
12631263
description: The type of the job.
12641264

@@ -1692,7 +1692,7 @@ components:
16921692
$ref: '#/components/schemas/GraphEdge'
16931693

16941694
NodeType:
1695-
type: enum
1695+
type: string
16961696
enum: [ JOB, DATASET ]
16971697
description: The type of the diff node.
16981698

@@ -1776,7 +1776,7 @@ components:
17761776
example: 'dataset:food_delivery:public.delivery_7_days'
17771777

17781778
SearchResultType:
1779-
type: enum
1779+
type: string
17801780
enum: [DATASET, JOB]
17811781
description: The type of search result.
17821782
example: DATASET

0 commit comments

Comments
 (0)