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
40b86f2c
Commit
40b86f2c
authored
3 years ago
by
David Schwarzmann
Browse files
Options
Downloads
Patches
Plain Diff
Make serviceType required
parent
aee83dc7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
spec/schemas/create-submission.yml
+1
-0
1 addition, 0 deletions
spec/schemas/create-submission.yml
spec/schemas/service-type.yml
+3
-4
3 additions, 4 deletions
spec/schemas/service-type.yml
spec/schemas/submission.yml
+1
-0
1 addition, 0 deletions
spec/schemas/submission.yml
with
5 additions
and
4 deletions
spec/schemas/create-submission.yml
+
1
−
0
View file @
40b86f2c
...
...
@@ -5,6 +5,7 @@ required:
-
destinationId
-
announcedContentStructure
-
dpopPublicKey
-
serviceType
properties
:
destinationId
:
type
:
string
...
...
This diff is collapsed.
Click to expand it.
spec/schemas/service-type.yml
+
3
−
4
View file @
40b86f2c
...
...
@@ -16,10 +16,9 @@ properties:
description
:
"
(Kurz-)Beschreibung
der
Verwaltungsleistung"
identifier
:
title
:
Leistungsbezeichnung
description
:
'
URN
einer
Leistung.
Im
Falle
einer
Leistung
aus
dem
Leistungskatalog
sollte
hier
`urn:de:fim:leika:leistung:`
vorangestellt
werden.
'
description
:
>
URN einer Leistung. Im Falle einer Leistung aus dem Leistungskatalog sollte hier `urn:de:fim:leika:leistung:`
vorangestellt werden.
type
:
string
minLength
:
7
maxLength
:
255
...
...
This diff is collapsed.
Click to expand it.
spec/schemas/submission.yml
+
1
−
0
View file @
40b86f2c
...
...
@@ -7,6 +7,7 @@ required:
-
caseId
-
attachments
-
currentStatus
-
serviceType
properties
:
destinationId
:
type
:
string
...
...
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