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 Jan 24, 2025
1 parent 8d4b20f commit a28f3d2
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 @@ -4722,7 +4721,6 @@ components:
uuid:
type: string
format: uuid
readOnly: true
description: Unieke (technische) identificatiecode van de partij-identificator.
url:
type: string
Expand All @@ -4749,9 +4747,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 @@ -5246,7 +5242,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 a28f3d2

Please sign in to comment.