Skip to content

Commit

Permalink
[#239] bin/generate_schema_for_component.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmursa-dev committed Jan 22, 2025
1 parent 14f0ae5 commit 9ca5e79
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions src/openklant/components/klantinteracties/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3065,8 +3065,7 @@ components:
partijIdentificatoren:
type: array
items:
$ref: '#/components/schemas/PartijIdentificatorForeignkey'
readOnly: true
$ref: '#/components/schemas/PartijIdentificator'
description: Partij-identificatoren die hoorde bij deze partij.
soortPartij:
allOf:
Expand Down Expand Up @@ -3107,7 +3106,6 @@ components:
- categorieRelaties
- digitaleAdressen
- indicatieActief
- partijIdentificatoren
- rekeningnummers
- soortPartij
- url
Expand Down Expand Up @@ -4751,27 +4749,9 @@ components:
description: Gegevens die een partij in een basisregistratie of ander extern
register uniek identificeren.
required:
- identificeerdePartij
- partijIdentificator
- url
- uuid
PartijIdentificatorForeignkey:
type: object
properties:
uuid:
type: string
format: uuid
description: Unieke (technische) identificatiecode van de partij-identificator.
url:
type: string
format: uri
readOnly: true
description: De unieke URL van deze partij indentificator binnen deze API.
minLength: 1
maxLength: 1000
required:
- url
- uuid
PartijIdentificatorGroepType:
type: object
properties:
Expand Down

0 comments on commit 9ca5e79

Please sign in to comment.