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:
- gboAgeProfileId
- name
- minAge
- maxAge
- ageFromInclusive
- ageUntilInclusive
properties:
gboAgeProfileId:
type: integer
@ -127,10 +127,10 @@ components:
name:
type: string
example: Kind (4 t/m 11 jaar)
minAge:
ageFromInclusive:
type: integer
example: 4
maxAge:
ageUntilInclusive:
type: integer
example: 11
rfc9457Response: