Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Submission API
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Submission API
Commits
16173416
Unverified
Commit
16173416
authored
5 years ago
by
Alexander Hoose
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #2 from fiep-poc/statusabfrage
Letzte Commits
parents
d2ec207c
f351fe8d
No related branches found
No related tags found
1 merge request
!5
Version 0.2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
models/status-overview.json
+7
-8
7 additions, 8 deletions
models/status-overview.json
with
7 additions
and
8 deletions
models/status-overview.json
+
7
−
8
View file @
16173416
...
@@ -6,29 +6,28 @@
...
@@ -6,29 +6,28 @@
"properties"
:
{
"properties"
:
{
"code"
:
{
"code"
:
{
"type"
:
"string"
,
"type"
:
"string"
,
"description"
:
"Code für den Status (incomplete, queued, sending, forwarded, delivered)"
,
"enum"
:
[
"enum"
:
[
"incomplete"
,
"incomplete"
,
"queued"
,
"queued"
,
"sending"
,
"forwarded"
,
"forwarded"
,
"delivered"
"delivered"
],
]
"description"
:
"Code für den Status (incomplete, queued, sending, forwarded, delivered)"
},
},
"
status-date
"
:
{
"
timestamp
"
:
{
"type"
:
"string"
,
"type"
:
"string"
,
"format"
:
"date-time"
,
"format"
:
"date-time"
,
"description"
:
"Zeitpunkt, zu dem der Status sich geändert hat"
"description"
:
"Zeitpunkt, zu dem der Status sich geändert hat"
},
},
"
status-n
r"
:
{
"
numbe
r"
:
{
"type"
:
"
numb
er"
,
"type"
:
"
integ
er"
,
"description"
:
"Chonologische Nummierung der Statusmeldungen für einen Antrag."
,
"description"
:
"Chonologische Nummierung der Statusmeldungen für einen Antrag."
,
"minimum"
:
1
"minimum"
:
1
}
}
},
},
"required"
:
[
"required"
:
[
"code"
,
"code"
,
"
status-date
"
,
"
timestamp
"
,
"
status-n
r"
"
numbe
r"
]
]
}
}
\ No newline at end of file
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