develop #38

Merged
bboterm merged 451 commits from develop into main 2025-11-19 14:28:14 +00:00
Showing only changes of commit 20a50aa501 - Show all commits

View File

@ -118,8 +118,8 @@ components:
required: required:
- gboAgeProfileId - gboAgeProfileId
- name - name
- minAge - ageFromInclusive
- maxAge - ageUntilInclusive
properties: properties:
gboAgeProfileId: gboAgeProfileId:
type: integer type: integer
@ -127,10 +127,10 @@ components:
name: name:
type: string type: string
example: Kind (4 t/m 11 jaar) example: Kind (4 t/m 11 jaar)
minAge: ageFromInclusive:
type: integer type: integer
example: 4 example: 4
maxAge: ageUntilInclusive:
type: integer type: integer
example: 11 example: 11
rfc9457Response: rfc9457Response: