Rename minAge and maxAge to ageFromInclusive and ageUntilInclusive

This commit is contained in:
Max Martens 2025-03-24 08:59:04 +00:00
parent 3e4760f6c4
commit 20a50aa501

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: