Skip to content

Commit

Permalink
[#232] update spec
Browse files Browse the repository at this point in the history
  • Loading branch information
SonnyBA committed Oct 18, 2024
1 parent 0337ad9 commit cf324a2
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions src/openklant/components/klantinteracties/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3355,10 +3355,10 @@ components:
worden.
maxLength: 80
soortDigitaalAdres:
type: string
allOf:
- $ref: '#/components/schemas/SoortDigitaalAdresEnum'
description: Typering van het digitale adres die aangeeft via welk(e) kanaal
of kanalen met dit adres contact kan worden opgenomen.
maxLength: 255
omschrijving:
type: string
description: Omschrijving van het digitaal adres.
Expand Down Expand Up @@ -4710,10 +4710,10 @@ components:
worden.
maxLength: 80
soortDigitaalAdres:
type: string
allOf:
- $ref: '#/components/schemas/SoortDigitaalAdresEnum'
description: Typering van het digitale adres die aangeeft via welk(e) kanaal
of kanalen met dit adres contact kan worden opgenomen.
maxLength: 255
omschrijving:
type: string
description: Omschrijving van het digitaal adres.
Expand Down Expand Up @@ -5145,6 +5145,12 @@ components:
- geautomatiseerde_actor
- organisatorische_eenheid
type: string
SoortDigitaalAdresEnum:
enum:
- email
- telefoonnummer
- overig
type: string
SoortPartijEnum:
enum:
- persoon
Expand Down

0 comments on commit cf324a2

Please sign in to comment.