Skip to content
Snippets Groups Projects
Verified Commit fab69ff3 authored by Christoph Metzger's avatar Christoph Metzger
Browse files

feat: Mark `forward-submission` as deprecated (planning#1292)

parent b2bbd490
No related branches found
No related tags found
1 merge request!10feat: Mark `forward-submission` as deprecated (planning#1292)
......@@ -13,6 +13,21 @@ Types of changes:
* The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
* If available, include a ticket number in format `(planning#XXXX)`.
## Unreleased
### Added
- `create-reply` event to document by zustelldienst that a reply has been created.
- `submit-reply` event to document by zustelldienst that a reply has been submitted.
- `notify-reply` event to document by zustelldienst that the sending system has gained knowledge of the reply.
- `reject-reply` event to document by zustelldienst that a reply has been rejected.
- `accept-reply` event to document by zustelldienst that a reply has been accepted.
- `delete-reply` event to document by zustelldienst that a reply has been deleted.
### Deprecated
- Event `forward-submission` is deprecated.
## [1.1.0]
......
......@@ -72,7 +72,8 @@
},
"https://schema.fitko.de/fit-connect/events/forward-submission": {
"description": "Mit diesem Event dokumentiert ein nachgelagertes System, dass es die Einreichung zur Weiterleitung übernommen hat.",
"type": "object"
"type": "object",
"deprecated": true
},
"https://schema.fitko.de/fit-connect/events/reject-submission": {
"description": "Mit diesem Event dokumentiert das empfangende System, dass die Einreichung zurückgewiesen wird.",
......
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