Skip to content

Commit

Permalink
chore: fix openapi gen
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-astra-video committed Dec 26, 2024
1 parent b81f898 commit d11836f
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 87 deletions.
6 changes: 4 additions & 2 deletions runner/gateway.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,8 @@ components:
AudioResponse:
properties:
audio:
$ref: '#/components/schemas/MediaURL'
allOf:
- $ref: '#/components/schemas/MediaURL'
description: The generated audio.
type: object
required:
Expand Down Expand Up @@ -826,7 +827,8 @@ components:
HTTPError:
properties:
detail:
$ref: '#/components/schemas/APIError'
allOf:
- $ref: '#/components/schemas/APIError'
description: Detailed error information.
type: object
required:
Expand Down
6 changes: 4 additions & 2 deletions runner/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,8 @@ components:
AudioResponse:
properties:
audio:
$ref: '#/components/schemas/MediaURL'
allOf:
- $ref: '#/components/schemas/MediaURL'
description: The generated audio.
type: object
required:
Expand Down Expand Up @@ -918,7 +919,8 @@ components:
HTTPError:
properties:
detail:
$ref: '#/components/schemas/APIError'
allOf:
- $ref: '#/components/schemas/APIError'
description: Detailed error information.
type: object
required:
Expand Down
166 changes: 83 additions & 83 deletions worker/runner.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d11836f

Please sign in to comment.