From 92f6234fe015d372131afbfd8153bf9eff49329d Mon Sep 17 00:00:00 2001 From: Camille TJHOA Date: Tue, 3 Oct 2023 11:19:39 +0200 Subject: [PATCH] fix(schemas): turn option registry into optionnal (#454) --- src/schemas/job/JobResponse.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/schemas/job/JobResponse.yaml b/src/schemas/job/JobResponse.yaml index 2989ed2c..34c64d3e 100644 --- a/src/schemas/job/JobResponse.yaml +++ b/src/schemas/job/JobResponse.yaml @@ -3,7 +3,6 @@ allOf: - type: object required: - environment - - registry - name - image_name - tag @@ -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