Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SET-Payload Schema
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FIT-Connect
SET-Payload Schema
Compare revisions
7e8b380ab8af8adfb1384d9f5ada88ce1e48ba68 to e9ac569ce8282b281775b951148a60dd365512e1
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
fit-connect/event-payload
Select target project
No results found
e9ac569ce8282b281775b951148a60dd365512e1
Select Git revision
Swap
Target
fit-connect/event-payload
Select target project
fit-connect/event-payload
1 result
7e8b380ab8af8adfb1384d9f5ada88ce1e48ba68
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
fix problems.schema.json regex for UUIDs
· 5f16359a
Severin Kistner
authored
11 months ago
5f16359a
chore(docs): update changelog (
planning#1760
)
· e9ac569c
Severin Kistner
authored
11 months ago
e9ac569c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.adoc
+1
-0
1 addition, 0 deletions
CHANGELOG.adoc
spec/problems.schema.json
+1
-1
1 addition, 1 deletion
spec/problems.schema.json
with
2 additions
and
1 deletion
CHANGELOG.adoc
View file @
e9ac569c
...
...
@@ -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]
...
...
This diff is collapsed.
Click to expand it.
spec/problems.schema.json
View file @
e9ac569c
...
...
@@ -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}-[89AB
ab
][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}|reply|submission|other)$"
}
},
"required"
:
[
...
...
This diff is collapsed.
Click to expand it.