Skip to content

Commit a28f3d2

Browse files
[#239] Update schema
1 parent 8d4b20f commit a28f3d2

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/openklant/components/klantinteracties/openapi.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2136,7 +2136,6 @@ paths:
21362136
application/json:
21372137
schema:
21382138
$ref: '#/components/schemas/PartijIdentificator'
2139-
required: true
21402139
security:
21412140
- tokenAuth: []
21422141
responses:
@@ -2189,7 +2188,6 @@ paths:
21892188
application/json:
21902189
schema:
21912190
$ref: '#/components/schemas/PartijIdentificator'
2192-
required: true
21932191
security:
21942192
- tokenAuth: []
21952193
responses:
@@ -3066,6 +3064,7 @@ components:
30663064
type: array
30673065
items:
30683066
$ref: '#/components/schemas/PartijIdentificator'
3067+
nullable: true
30693068
description: Partij-identificatoren die hoorde bij deze partij.
30703069
soortPartij:
30713070
allOf:
@@ -4722,7 +4721,6 @@ components:
47224721
uuid:
47234722
type: string
47244723
format: uuid
4725-
readOnly: true
47264724
description: Unieke (technische) identificatiecode van de partij-identificator.
47274725
url:
47284726
type: string
@@ -4749,9 +4747,7 @@ components:
47494747
description: Gegevens die een partij in een basisregistratie of ander extern
47504748
register uniek identificeren.
47514749
required:
4752-
- partijIdentificator
47534750
- url
4754-
- uuid
47554751
PartijIdentificatorGroepType:
47564752
type: object
47574753
properties:
@@ -5246,7 +5242,6 @@ components:
52465242
uuid:
52475243
type: string
52485244
format: uuid
5249-
readOnly: true
52505245
description: Unieke (technische) identificatiecode van de partij-identificator.
52515246
url:
52525247
type: string

0 commit comments

Comments
 (0)