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

Merge branch 'fix/no-more-case-sub' into 'main'

fix: no events with case as subject

See merge request !12
parents 7b998b4e 9a1bf746
No related branches found
No related tags found
1 merge request!12fix: no events with case as subject
{
"title": "Problems",
"description": "Liste der Probleme bei der Validierung einer Submission.",
"description": "Liste von Validierungsproblemen.",
"type": "array",
"items": {
"type": "object",
......
......@@ -25,9 +25,9 @@
"minimum": 1577833200
},
"sub": {
"description": "Beschreibt, wen das SET betrifft.",
"description": "Beschreibt, ob das SET eine Submission oder einen Reply betrifft.",
"type": "string",
"pattern": "^(case|submission|reply):[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
"pattern": "^(submission|reply):[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
},
"txn": {
"description": "Der Transaction Identifier ('txn') enthält 'case:' und die UUID des Cases.",
......
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