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
3df3a7d4
Commit
3df3a7d4
authored
3 years ago
by
David Schwarzmann
Browse files
Options
Downloads
Patches
Plain Diff
Introduce service type inside a submission
parent
360eeb51
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!74
Introduce service type inside a submission
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
spec/schemas/create-submission.yml
+2
-0
2 additions, 0 deletions
spec/schemas/create-submission.yml
spec/schemas/service-type.yml
+26
-0
26 additions, 0 deletions
spec/schemas/service-type.yml
spec/schemas/submission.yml
+2
-0
2 additions, 0 deletions
spec/schemas/submission.yml
with
30 additions
and
0 deletions
spec/schemas/create-submission.yml
+
2
−
0
View file @
3df3a7d4
...
...
@@ -22,3 +22,5 @@ properties:
minLength
:
32
maxLength
:
36
description
:
Optionale Vorgangsreferenz. Wird keine Vorgangsreferenz angegeben, wird ein neuer Vorgang eröffnet. Wird eine bestehende Vorgangsreferenz angegeben, so wird innerhalb eines bestehenden Vorgangs eine neue Einreichung erstellt (Reply).
serviceType
:
$ref
:
'
./service-type.yml'
This diff is collapsed.
Click to expand it.
spec/schemas/service-type.yml
0 → 100644
+
26
−
0
View file @
3df3a7d4
type
:
object
title
:
Verwaltungsleistung
description
:
Beschreibung der Art der Verwaltungsleistung. Eine Verwaltungsleistung
sollte immer mit einer LeiKa-Id beschrieben werden. Ist für die gegebene Verwaltungsleistung
keine LeiKa-Id vorhanden, kann die Verwaltungsleistung übergangsweise über die Angabe
eines Schemas (`otherIdentifiers`) beschrieben werden.
required
:
-
name
-
identifier
properties
:
name
:
type
:
string
description
:
Name/Bezeichnung der Verwaltungsleistung
description
:
type
:
string
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.
'
type
:
string
minLength
:
7
maxLength
:
255
pattern
:
"
^urn:[a-z0-9][a-z0-9-]{0,31}:[a-z0-9()+,.:=@;$_!*'%/?#-]+$"
This diff is collapsed.
Click to expand it.
spec/schemas/submission.yml
+
2
−
0
View file @
3df3a7d4
...
...
@@ -34,6 +34,8 @@ properties:
format
:
uuid
minLength
:
32
maxLength
:
36
serviceType
:
$ref
:
'
./service-type.yml'
currentStatus
:
$ref
:
'
./submission-state.yml'
encryptedMetadata
:
...
...
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