Skip to content

Commit

Permalink
fix: small fix on openApidoc for JobExecutions
Browse files Browse the repository at this point in the history
  • Loading branch information
angelo.andreussi authored and Coduz committed Mar 18, 2024
1 parent a469dcb commit c47ca81
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -44,10 +44,10 @@ components:
$ref: '../openapi.yaml#/components/schemas/kapuaId'
targetIds:
type: array
description: the IDs of the job target
items:
allOf:
- $ref: '../openapi.yaml#/components/schemas/jobTarget'
- description: The IDs of job target
- $ref: '../openapi.yaml#/components/schemas/kapuaId'
example:
type: jobExecution
id: GTh9xBWezHY
Expand Down

0 comments on commit c47ca81

Please sign in to comment.