Skip to content
Snippets Groups Projects

New Rückkanal Events (planning#460)

Merged Andreas Huber requested to merge bilateral-communication into main
Files
2
+ 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: `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": [
Loading