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
Commits
9a1bf746
Verified
Commit
9a1bf746
authored
1 year ago
by
Jonas Gröger
Browse files
Options
Downloads
Patches
Plain Diff
docs: problems are also for replies
parent
621b3cb7
No related branches found
No related tags found
1 merge request
!12
fix: no events with case as subject
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
spec/problems.schema.json
+1
-1
1 addition, 1 deletion
spec/problems.schema.json
spec/set-payload.schema.json
+1
-1
1 addition, 1 deletion
spec/set-payload.schema.json
with
2 additions
and
2 deletions
spec/problems.schema.json
+
1
−
1
View file @
9a1bf746
{
"title"
:
"Problems"
,
"description"
:
"Liste
der Probleme bei der Validierung einer Submissio
n."
,
"description"
:
"Liste
von Validierungsprobleme
n."
,
"type"
:
"array"
,
"items"
:
{
"type"
:
"object"
,
...
...
This diff is collapsed.
Click to expand it.
spec/set-payload.schema.json
+
1
−
1
View file @
9a1bf746
...
...
@@ -25,7 +25,7 @@
"minimum"
:
1577833200
},
"sub"
:
{
"description"
:
"Beschreibt,
wen
das SET betrifft."
,
"description"
:
"Beschreibt,
ob
das SET
eine Submission oder einen Reply
betrifft."
,
"type"
:
"string"
,
"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}$"
},
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment