Skip to content
Snippets Groups Projects
Verified Commit df112637 authored by Jonas Gröger's avatar Jonas Gröger :palm_tree:
Browse files

fix: sync problem pattern with submission api

parent b794b7e4
No related branches found
No related tags found
1 merge request!1New Rückkanal Events (planning#460)
......@@ -21,7 +21,7 @@
"instance": {
"description": "Betroffener Teil der Übertragung. Mögliche Werte: `submission`, `reply`, `metadata`, `data`, `attachment:` + UUID des Attachments oder `other`",
"type": "string",
"pattern": "^(submission|reply|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": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment