Skip to content
Merged
Show file tree
Hide file tree
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
1,657 changes: 833 additions & 824 deletions docs/openapi.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions spec/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ components:
$ref: '#/components/schemas/Source'

DatasetType:
type: enum
type: string
enum: [DB_TABLE, STREAM]
description: The type of dataset

Expand Down Expand Up @@ -1258,7 +1258,7 @@ components:
$ref: '#/components/schemas/Tag'

JobType:
type: enum
type: string
enum: [BATCH, STREAM, SERVICE]
description: The type of the job.

Expand Down Expand Up @@ -1692,7 +1692,7 @@ components:
$ref: '#/components/schemas/GraphEdge'

NodeType:
type: enum
type: string
enum: [ JOB, DATASET ]
description: The type of the diff node.

Expand Down Expand Up @@ -1776,7 +1776,7 @@ components:
example: 'dataset:food_delivery:public.delivery_7_days'

SearchResultType:
type: enum
type: string
enum: [DATASET, JOB]
description: The type of search result.
example: DATASET