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

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

parent cb1ec053
No related branches found
No related tags found
1 merge request!214add 'possibleNextStatus' to destination (planning#287)
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).
......@@ -34,15 +34,9 @@ properties:
items:
$ref: './destination-service.yaml'
status:
type: string
enum:
- created
- active
- inactive
- decommissioned
description: >
Status des Zustellpunktes.
Eine Beschreibung der Status finden Sie in den Detailinformationen unter [Zustellpunktverwaltung](https://docs.fitko.de/fit-connect/docs/details/destination-management).
$ref: './destination-status.yaml'
possibleNextStatus:
$ref: './destination-possible-next-status.yaml'
name:
$ref: './destination-name.yaml'
contactInformation:
......
......@@ -34,14 +34,6 @@ properties:
items:
$ref: './destination-service.yaml'
status:
type: string
enum:
- created
- active
- inactive
- decommissioned
description: >
Status des Zustellpunktes.
Eine Beschreibung der Status finden Sie in den Detailinformationen unter [Zustellpunktverwaltung](https://docs.fitko.de/fit-connect/docs/details/destination-management).
$ref: './destination-status.yaml'
senderAccessRestricted:
$ref: './destination-sender-access-restricted.yaml'
type: string
enum:
- created
- active
- inactive
- decommissioned
description: Status des Zustellpunktes. Eine Beschreibung der Status finden Sie in den Detailinformationen unter [Zustellpunktverwaltung](https://docs.fitko.de/fit-connect/docs/details/destination-management).
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