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

fix: no events with case as subject

the sub claim refers to the subject of the SET. previously
we had events whose subject is the case (case-close-event).

since we no longer have this event, the case subject is no longer
needed.
parent 7b998b4e
No related branches found
No related tags found
1 merge request!12fix: no events with case as subject
......@@ -27,7 +27,7 @@
"sub": {
"description": "Beschreibt, wen das SET 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