From 921c0d32d8102fe6e5ac225cae5a726215481d32 Mon Sep 17 00:00:00 2001 From: Ferruh Cihan <63190600+ferruhcihan@users.noreply.github.com> Date: Thu, 13 Mar 2025 09:36:30 +0100 Subject: [PATCH] fix: create service & form validation nullable error --- src/openapi/service.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/openapi/service.yaml b/src/openapi/service.yaml index 368a86473..46f840bea 100644 --- a/src/openapi/service.yaml +++ b/src/openapi/service.yaml @@ -199,5 +199,6 @@ IngressPublic: - public default: public nullable: true + type: object description: Will only accept traffic coming from an external loadbalancer. title: External