Skip to content

Commit 9ca5e79

Browse files
[#239] bin/generate_schema_for_component.sh
1 parent 14f0ae5 commit 9ca5e79

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

src/openklant/components/klantinteracties/openapi.yaml

+1-21
Original file line numberDiff line numberDiff line change
@@ -3065,8 +3065,7 @@ components:
30653065
partijIdentificatoren:
30663066
type: array
30673067
items:
3068-
$ref: '#/components/schemas/PartijIdentificatorForeignkey'
3069-
readOnly: true
3068+
$ref: '#/components/schemas/PartijIdentificator'
30703069
description: Partij-identificatoren die hoorde bij deze partij.
30713070
soortPartij:
30723071
allOf:
@@ -3107,7 +3106,6 @@ components:
31073106
- categorieRelaties
31083107
- digitaleAdressen
31093108
- indicatieActief
3110-
- partijIdentificatoren
31113109
- rekeningnummers
31123110
- soortPartij
31133111
- url
@@ -4751,27 +4749,9 @@ components:
47514749
description: Gegevens die een partij in een basisregistratie of ander extern
47524750
register uniek identificeren.
47534751
required:
4754-
- identificeerdePartij
47554752
- partijIdentificator
47564753
- url
47574754
- uuid
4758-
PartijIdentificatorForeignkey:
4759-
type: object
4760-
properties:
4761-
uuid:
4762-
type: string
4763-
format: uuid
4764-
description: Unieke (technische) identificatiecode van de partij-identificator.
4765-
url:
4766-
type: string
4767-
format: uri
4768-
readOnly: true
4769-
description: De unieke URL van deze partij indentificator binnen deze API.
4770-
minLength: 1
4771-
maxLength: 1000
4772-
required:
4773-
- url
4774-
- uuid
47754755
PartijIdentificatorGroepType:
47764756
type: object
47774757
properties:

0 commit comments

Comments
 (0)