Skip to content
Snippets Groups Projects
Verified Commit d4c2cb14 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
1 merge request!20add 'possibleNextStatus' to destination (planning#287)
......@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
* Erweiterung des destination Schemas um `possibleNextStatus`, welches die aktuell möglichen nächsten Zustände des Zustellpunktes zurückgibt ([planning#287](https://git.fitko.de/fit-connect/planning/-/issues/287)).
## [1.6.0]
### Changed
......
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