Skip to content

Commit

Permalink
[#233] bin/generate_schema_for_component.sh klantinteracties and cont…
Browse files Browse the repository at this point in the history
…actgegevens
  • Loading branch information
danielmursa-dev committed Jan 15, 2025
1 parent 516a409 commit f050bdc
Show file tree
Hide file tree
Showing 2 changed files with 586 additions and 440 deletions.
32 changes: 8 additions & 24 deletions src/openklant/components/contactgegevens/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,8 @@ components:
format: uri
readOnly: true
description: De unieke URL van deze actor binnen deze API.
minLength: 1
maxLength: 1000
handelsnaam:
type: string
description: De naam waaronder een bedrijf of vestiging handelt.
Expand Down Expand Up @@ -375,18 +377,6 @@ components:
- uuid
OrganisatieAdres:
type: object
description: |-
Generate a serializer out of a GegevensGroepType.
Usage::
>>> class VerlengingSerializer(GegevensGroepSerializer):
... class Meta:
... model = Zaak
... gegevensgroep = 'verlenging'
>>>
Where ``Zaak.verlenging`` is a :class:``GegevensGroepType``.
properties:
nummeraanduidingId:
type: string
Expand Down Expand Up @@ -477,6 +467,8 @@ components:
format: uri
readOnly: true
description: De unieke URL van deze actor binnen deze API.
minLength: 1
maxLength: 1000
handelsnaam:
type: string
description: De naam waaronder een bedrijf of vestiging handelt.
Expand Down Expand Up @@ -523,6 +515,8 @@ components:
format: uri
readOnly: true
description: De unieke URL van deze organisatie binnen deze API.
minLength: 1
maxLength: 1000
geboortedatum:
type: string
format: date
Expand Down Expand Up @@ -587,6 +581,8 @@ components:
format: uri
readOnly: true
description: De unieke URL van deze organisatie binnen deze API.
minLength: 1
maxLength: 1000
geboortedatum:
type: string
format: date
Expand Down Expand Up @@ -641,18 +637,6 @@ components:
- uuid
PersoonAdres:
type: object
description: |-
Generate a serializer out of a GegevensGroepType.
Usage::
>>> class VerlengingSerializer(GegevensGroepSerializer):
... class Meta:
... model = Zaak
... gegevensgroep = 'verlenging'
>>>
Where ``Zaak.verlenging`` is a :class:``GegevensGroepType``.
properties:
nummeraanduidingId:
type: string
Expand Down
Loading

0 comments on commit f050bdc

Please sign in to comment.