Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • fit-connect/event-payload
1 result
Show changes
Commits on Source (2)
......@@ -27,6 +27,7 @@ Don't forget to tag @ https://git.fitko.de/fit-connect/event-payload/-/tags
==== Fixed
* All objects now have a sensible `title` element. This is useful in code generation.
* UUID validation regex issue in problems.schema.json for Attachments
=== [1.2.1]
......
......@@ -21,7 +21,7 @@
"instance": {
"description": "Betroffener Teil der Übertragung. Mögliche Werte: `data`, `metadata`, `attachment:` + UUID des Attachments, `reply`, `submission` oder `other`.",
"type": "string",
"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)$"
"pattern": "^(data|metadata|attachment:[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[4][0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}|reply|submission|other)$"
}
},
"required": [
......