Skip to content

Commit

Permalink
[#239] Update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmursa-dev committed Feb 4, 2025
1 parent e35caee commit b5fc73f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/openklant/components/klantinteracties/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2136,7 +2136,6 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/PartijIdentificator'
required: true
security:
- tokenAuth: []
responses:
Expand Down Expand Up @@ -2189,7 +2188,6 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/PartijIdentificator'
required: true
security:
- tokenAuth: []
responses:
Expand Down Expand Up @@ -3066,6 +3064,7 @@ components:
type: array
items:
$ref: '#/components/schemas/PartijIdentificator'
nullable: true
description: Partij-identificatoren die hoorde bij deze partij.
soortPartij:
allOf:
Expand Down Expand Up @@ -4726,7 +4725,6 @@ components:
uuid:
type: string
format: uuid
readOnly: true
description: Unieke (technische) identificatiecode van de partij-identificator.
url:
type: string
Expand All @@ -4753,9 +4751,7 @@ components:
description: Gegevens die een partij in een basisregistratie of ander extern
register uniek identificeren.
required:
- partijIdentificator
- url
- uuid
PartijIdentificatorGroepType:
type: object
properties:
Expand Down Expand Up @@ -5250,7 +5246,6 @@ components:
uuid:
type: string
format: uuid
readOnly: true
description: Unieke (technische) identificatiecode van de partij-identificator.
url:
type: string
Expand Down

0 comments on commit b5fc73f

Please sign in to comment.