Skip to content
Snippets Groups Projects

New Rückkanal Events (planning#460)

Merged Andreas Huber requested to merge bilateral-communication into main
Files
3
+ 2
2
@@ -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: `data`, `metadata`, `attachment:` + UUID des Attachments, `reply`, `submission` oder `other`.",
"type": "string",
"pattern": "^(submission|metadata|data|attachment:.+|other)$"
"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)$"
}
},
"required": [
Loading