Skip to content

Commit

Permalink
Modified openapi.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
erebe committed Jun 11, 2024
1 parent 290cde0 commit e63ab5b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17609,10 +17609,14 @@ components:
source:
nullable: false
oneOf:
- properties:
- required:
- image
properties:
image:
$ref: '#/components/schemas/ContainerSource'
- properties:
- required:
- docker
properties:
docker:
$ref: '#/components/schemas/JobSourceDockerResponse'
type: object
Expand Down

0 comments on commit e63ab5b

Please sign in to comment.