Skip to content

Commit

Permalink
fix(schemas): turn option registry into optionnal (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctjhoa authored Oct 3, 2023
1 parent a5328a8 commit 92f6234
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/schemas/job/JobResponse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ allOf:
- type: object
required:
- environment
- registry
- name
- image_name
- tag
Expand All @@ -20,7 +19,6 @@ allOf:
$ref: '../ReferenceObject.yaml'
registry:
$ref: '../ReferenceObject.yaml'
nullable: true
maximum_cpu:
type: integer
description: Maximum cpu that can be allocated to the job based on organization cluster configuration. unit is millicores (m). 1000m = 1 cpu
Expand Down

0 comments on commit 92f6234

Please sign in to comment.