From 9f48f016be53d8eac8ac42985564a4da91e1ff3c Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 15 Sep 2023 18:42:29 +0200 Subject: [PATCH] chore(healthchecks): healthchecks are mandatory --- src/schemas/ApplicationEditRequest.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/schemas/ApplicationEditRequest.yaml b/src/schemas/ApplicationEditRequest.yaml index 581af891..b2ae37bd 100644 --- a/src/schemas/ApplicationEditRequest.yaml +++ b/src/schemas/ApplicationEditRequest.yaml @@ -1,6 +1,8 @@ allOf: - $ref: './ServiceStorageRequest.yaml' - type: object + required: + - healthchecks properties: name: type: string