Skip to content

Commit

Permalink
inserted missing references to jobExecution schema
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 6f93c03 commit a469dcb
Showing 1 changed file with 21 additions and 0 deletions.
Expand Up @@ -27,6 +27,27 @@ components:
allOf:
- $ref: '../openapi.yaml#/components/schemas/kapuaUpdatableEntity'
- type: object
properties:
startedOn:
description: The moment when the job execution started
type: string
format: 'date-time'
endedOn:
description: The moment when the job execution ended
type: string
format: 'date-time'
log:
description: logs for the job execution
type: string
jobId:
description: job id for this job execution
$ref: '../openapi.yaml#/components/schemas/kapuaId'
targetIds:
type: array
items:
allOf:
- $ref: '../openapi.yaml#/components/schemas/jobTarget'
- description: The IDs of job target
example:
type: jobExecution
id: GTh9xBWezHY
Expand Down

0 comments on commit a469dcb

Please sign in to comment.