From aad2db1c093f4a79157461d6942d2da405015093 Mon Sep 17 00:00:00 2001 From: Andreas Huber <anh@fjd.de> Date: Thu, 30 Jun 2022 16:52:05 +0200 Subject: [PATCH] `instance` darf auch den Wert `reply` enthalten. --- spec/problems.schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/problems.schema.json b/spec/problems.schema.json index bbf887a..c82502a 100644 --- a/spec/problems.schema.json +++ b/spec/problems.schema.json @@ -19,9 +19,9 @@ "type": "string" }, "instance": { - "description": "Betroffener Teil der Übertragung. Mögliche Werte: `submission`, `metadata`, `data`, `attachment:` + UUID des Attachments oder `other`", + "description": "Betroffener Teil der Übertragung. Mögliche Werte: `submission`, `reply`, `metadata`, `data`, `attachment:` + UUID des Attachments oder `other`", "type": "string", - "pattern": "^(submission|metadata|data|attachment:.+|other)$" + "pattern": "^(submission|reply|metadata|data|attachment:.+|other)$" } }, "required": [ -- GitLab