From b794b7e4ee67f82bc6999129be7012b39344ddf4 Mon Sep 17 00:00:00 2001 From: Jonas Groeger <jonas.groeger_extern@fjd.de> Date: Mon, 17 Jul 2023 10:41:18 +0200 Subject: [PATCH] fix: delivery-service is not something we communicate publicly we either use Zustelldienst or (here), since its a technical specifier the word "system" --- spec/set-payload.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/set-payload.schema.json b/spec/set-payload.schema.json index 3df3267..f588b79 100644 --- a/spec/set-payload.schema.json +++ b/spec/set-payload.schema.json @@ -175,7 +175,7 @@ "closedBy": { "type": "string", "enum": [ - "delivery-service", + "system", "sender", "subscriber" ] -- GitLab