Skip to content
Snippets Groups Projects
Commit 40b86f2c authored by David Schwarzmann's avatar David Schwarzmann
Browse files

Make serviceType required

parent aee83dc7
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@ required:
- destinationId
- announcedContentStructure
- dpopPublicKey
- serviceType
properties:
destinationId:
type: string
......
......@@ -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
......
......@@ -7,6 +7,7 @@ required:
- caseId
- attachments
- currentStatus
- serviceType
properties:
destinationId:
type: string
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment