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

fix: Remove match pattern from `replyChannel.elster.accountId` (planning#1326)

parent be244123
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,12 @@ Types of changes: ...@@ -15,6 +15,12 @@ Types of changes:
## Unreleased ## Unreleased
## [1.1.1] - 2023-11-27
### Fixed
- Remove match pattern from field `replyChannel.elster.accountId` (planning#1326)
## [1.2.0-rc1] - 2023-08-24 ## [1.2.0-rc1] - 2023-08-24
### Changed ### Changed
- Clarified that UUIDs for attachments are globally unique. (planning#1134, 524ca8b) - Clarified that UUIDs for attachments are globally unique. (planning#1134, 524ca8b)
...@@ -30,6 +36,6 @@ Types of changes: ...@@ -30,6 +36,6 @@ Types of changes:
### Changed ### Changed
- `$schema` von einem Enum in eine RegEx geändert `(planning#267)` - `$schema` von einem Enum in eine RegEx geändert `(planning#267)`
## [1.0.0] - 2022-03-16 ## [1.0.0]
...@@ -66,8 +66,7 @@ ...@@ -66,8 +66,7 @@
"description": "Siehe https://www.elster.de/elsterweb/infoseite/elstertransfer_hilfe_schnittstellen", "description": "Siehe https://www.elster.de/elsterweb/infoseite/elstertransfer_hilfe_schnittstellen",
"properties": { "properties": {
"accountId": { "accountId": {
"type": "string", "type": "string"
"pattern": "^\\d{10}$"
}, },
"lieferTicket": { "lieferTicket": {
"type": "string" "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