From 20a50aa5016ecf098ec7dba0eb730ac5c3b61907 Mon Sep 17 00:00:00 2001 From: Max Martens Date: Mon, 24 Mar 2025 08:59:04 +0000 Subject: [PATCH] Rename minAge and maxAge to ageFromInclusive and ageUntilInclusive --- src/openapi/orders/SE-orders-gboAGeProfile.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: