Skip to content

Commit

Permalink
Correct enum types in OpenAPI Spec. Signed-off-by: Marc Robichaud <mr…
Browse files Browse the repository at this point in the history
…obichaud@astronomer.io>
  • Loading branch information
studiosciences committed Aug 24, 2022
1 parent 7da23da commit c3b841d
Show file tree
Hide file tree
Showing 2 changed files with 837 additions and 828 deletions.
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

0 comments on commit c3b841d

Please sign in to comment.