Skip to content
Snippets Groups Projects
Verified Commit ee69e132 authored by Yves Adler's avatar Yves Adler
Browse files

feat: add 'possibleNextStatus' to destination (planning#287)

parent d6b298b4
No related branches found
No related tags found
No related merge requests found
type: ['null', array]
items:
$ref: './destination-status.yaml'
minItems: 0
description: Eine Liste von möglichen nächsten Status des Zustellpunktes, ausgehend vom aktuellen Zustand des Zustellpunktes. Eine Beschreibung der Status finden Sie in den Detailinformationen unter [Zustellpunktverwaltung](https://docs.fitko.de/fit-connect/docs/details/destination-management).
type: array
items:
$ref: './destination-status.yaml'
minItems: 0
description: Eine Liste von möglichen nächsten Status des Zustellpunktes, ausgehend vom aktuellen Zustand des Zustellpunktes. Eine Beschreibung der Status finden Sie in den Detailinformationen unter [Zustellpunktverwaltung](https://docs.fitko.de/fit-connect/docs/details/destination-management).
......@@ -27,6 +27,8 @@ properties:
$ref: './destination-service.yaml'
status:
$ref: './destination-status.yaml'
possibleNextStatus:
$ref: './destination-possible-next-status-optional.yaml'
name:
$ref: './destination-name.yaml'
clientCount:
......
......@@ -28,6 +28,8 @@ properties:
$ref: './destination-service.yaml'
status:
$ref: './destination-status.yaml'
possibleNextStatus:
$ref: './destination-possible-next-status.yaml'
name:
$ref: './destination-name.yaml'
clientCount:
......
......@@ -16,6 +16,8 @@ properties:
$ref: './create-callback.yaml'
destinationId:
$ref: './destination-id.yaml'
possibleNextStatus:
$ref: './destination-possible-next-status-optional.yaml'
encryptionKid:
type: string
maxLength: 64
......
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