Skip to content

Commit

Permalink
[#309] Update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmursa-dev committed Feb 11, 2025
1 parent 798c9b2 commit eadb3ec
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 18 deletions.
10 changes: 4 additions & 6 deletions src/openklant/components/contactgegevens/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -390,11 +390,10 @@ components:
zonder BAG-id).
maxLength: 255
huisnummer:
type: integer
maximum: 99999
minimum: 1
type: string
description: Huisnummer van het adres (indien het een Nederlands adres betreft
zonder BAG-id).
maxLength: 5
huisnummertoevoeging:
type: string
description: Huisnummertoevoeging van het adres (indien het een Nederlands
Expand Down Expand Up @@ -678,11 +677,10 @@ components:
zonder BAG-id).
maxLength: 255
huisnummer:
type: integer
maximum: 99999
minimum: 1
type: string
description: Huisnummer van het adres (indien het een Nederlands adres betreft
zonder BAG-id).
maxLength: 5
huisnummertoevoeging:
type: string
description: Huisnummertoevoeging van het adres (indien het een Nederlands
Expand Down
60 changes: 48 additions & 12 deletions src/openklant/components/klantinteracties/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2264,6 +2264,14 @@ paths:
name: bezoekadresAdresregel3
schema:
type: string
- in: query
name: bezoekadresHuisnummer
schema:
type: string
- in: query
name: bezoekadresHuisnummertoevoeging
schema:
type: string
- in: query
name: bezoekadresLand
schema:
Expand All @@ -2272,6 +2280,18 @@ paths:
name: bezoekadresNummeraanduidingId
schema:
type: string
- in: query
name: bezoekadresPostcode
schema:
type: string
- in: query
name: bezoekadresStad
schema:
type: string
- in: query
name: bezoekadresStraatnaam
schema:
type: string
- in: query
name: categorierelatie__categorie__naam
schema:
Expand All @@ -2289,6 +2309,14 @@ paths:
name: correspondentieadresAdresregel3
schema:
type: string
- in: query
name: correspondentieadresHuisnummer
schema:
type: string
- in: query
name: correspondentieadresHuisnummertoevoeging
schema:
type: string
- in: query
name: correspondentieadresLand
schema:
Expand All @@ -2297,6 +2325,18 @@ paths:
name: correspondentieadresNummeraanduidingId
schema:
type: string
- in: query
name: correspondentieadresPostcode
schema:
type: string
- in: query
name: correspondentieadresStad
schema:
type: string
- in: query
name: correspondentieadresStraatnaam
schema:
type: string
- in: query
name: expand
schema:
Expand Down Expand Up @@ -3212,11 +3252,10 @@ components:
zonder BAG-id).
maxLength: 255
huisnummer:
type: integer
maximum: 99999
minimum: 1
type: string
description: Huisnummer van het adres (indien het een Nederlands adres betreft
zonder BAG-id).
maxLength: 5
huisnummertoevoeging:
type: string
description: Huisnummertoevoeging van het adres (indien het een Nederlands
Expand Down Expand Up @@ -3370,11 +3409,10 @@ components:
zonder BAG-id).
maxLength: 255
huisnummer:
type: integer
maximum: 99999
minimum: 1
type: string
description: Huisnummer van het adres (indien het een Nederlands adres betreft
zonder BAG-id).
maxLength: 5
huisnummertoevoeging:
type: string
description: Huisnummertoevoeging van het adres (indien het een Nederlands
Expand Down Expand Up @@ -4693,11 +4731,10 @@ components:
zonder BAG-id).
maxLength: 255
huisnummer:
type: integer
maximum: 99999
minimum: 1
type: string
description: Huisnummer van het adres (indien het een Nederlands adres betreft
zonder BAG-id).
maxLength: 5
huisnummertoevoeging:
type: string
description: Huisnummertoevoeging van het adres (indien het een Nederlands
Expand Down Expand Up @@ -4750,11 +4787,10 @@ components:
zonder BAG-id).
maxLength: 255
huisnummer:
type: integer
maximum: 99999
minimum: 1
type: string
description: Huisnummer van het adres (indien het een Nederlands adres betreft
zonder BAG-id).
maxLength: 5
huisnummertoevoeging:
type: string
description: Huisnummertoevoeging van het adres (indien het een Nederlands
Expand Down

0 comments on commit eadb3ec

Please sign in to comment.