From 8145694655cf0fae313b481acc762f277b01a111 Mon Sep 17 00:00:00 2001 From: Jonas Groeger <jonas.groeger_extern@fjd.de> Date: Mon, 7 Aug 2023 14:27:25 +0200 Subject: [PATCH] docs: sort description keys according to pattern --- spec/problems.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/problems.schema.json b/spec/problems.schema.json index 1887e93..055af68 100644 --- a/spec/problems.schema.json +++ b/spec/problems.schema.json @@ -19,7 +19,7 @@ "type": "string" }, "instance": { - "description": "Betroffener Teil der Übertragung. Mögliche Werte: `submission`, `reply`, `metadata`, `data`, `attachment:` + UUID des Attachments oder `other`", + "description": "Betroffener Teil der Übertragung. Mögliche Werte: `data`, `metadata`, `attachment:` + UUID des Attachments, `reply`, `submission` oder `other`.", "type": "string", "pattern": "^(data|metadata|attachment:[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[4][0-9A-Fa-f]{3}-[89AB][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}|reply|submission|other)$" } -- GitLab