diff --git a/src/schemas/job/JobResponse.yaml b/src/schemas/job/JobResponse.yaml index 48c9e2a7..fe810320 100644 --- a/src/schemas/job/JobResponse.yaml +++ b/src/schemas/job/JobResponse.yaml @@ -4,7 +4,6 @@ allOf: required: - environment - name - - image_name - tag - auto_preview - cpu @@ -67,6 +66,11 @@ allOf: image: type: object nullable: true + required: + - image_name + - tag + - registry_id + - registry properties: image_name: type: string