diff --git a/src/openapi/orders/SE-orders-gboAGeProfile.yaml b/src/openapi/orders/SE-orders-gboAGeProfile.yaml index daa5b07..31e9d54 100644 --- a/src/openapi/orders/SE-orders-gboAGeProfile.yaml +++ b/src/openapi/orders/SE-orders-gboAGeProfile.yaml @@ -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: