Skip to content

Commit

Permalink
fix spotlight generation for oneOf (#650)
Browse files Browse the repository at this point in the history
* Modified openapi.yaml

* Modified openapi.yaml

* Modified openapi.yaml

* Modified openapi.yaml
  • Loading branch information
erebe authored Jun 11, 2024
1 parent 290cde0 commit 51e5461
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15150,12 +15150,13 @@ components:
- properties:
git:
$ref: '#/components/schemas/HelmSourceGitResponse'
type: object
- x-stoplight:
id: 0prdehm6z8pua
properties:
repository:
$ref: '#/components/schemas/HelmSourceRepositoryResponse'
type: object
type: object
arguments:
type: array
description: The extra arguments to pass to helm
Expand Down Expand Up @@ -17609,13 +17610,18 @@ components:
source:
nullable: false
oneOf:
- properties:
- required:
- image
properties:
image:
$ref: '#/components/schemas/ContainerSource'
- properties:
type: object
- required:
- docker
properties:
docker:
$ref: '#/components/schemas/JobSourceDockerResponse'
type: object
type: object
healthchecks:
$ref: '#/components/schemas/Healthcheck'
auto_deploy:
Expand Down

0 comments on commit 51e5461

Please sign in to comment.