From a7b4139e1bb5c0a6d13a876d45da1efe8491c0ea Mon Sep 17 00:00:00 2001 From: "Kai A. Hiller" Date: Tue, 8 Apr 2025 19:11:39 +0200 Subject: [PATCH] schema: Make AS URL nullable Signed-off-by: Kai A. Hiller --- data/api/application-service/definitions/registration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/api/application-service/definitions/registration.yaml b/data/api/application-service/definitions/registration.yaml index ce702df0..f5db31e6 100644 --- a/data/api/application-service/definitions/registration.yaml +++ b/data/api/application-service/definitions/registration.yaml @@ -19,7 +19,7 @@ properties: type: string description: A unique, user-defined ID of the application service which will never change. url: - type: string + type: ["null", "string"] description: The URL for the application service. May include a path after the domain name. Optionally set to null if no traffic is required. as_token: type: string