From 88ec45425d4c9e39f2e862808fcbd4846f394fbf Mon Sep 17 00:00:00 2001 From: Mirjam Herald Date: Fri, 28 Mar 2025 15:49:32 +0100 Subject: [PATCH] removed schema from hateoas link example --- src/openapi/customers/SE-customers.yaml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/src/openapi/customers/SE-customers.yaml b/src/openapi/customers/SE-customers.yaml index 62657fa..27098f2 100644 --- a/src/openapi/customers/SE-customers.yaml +++ b/src/openapi/customers/SE-customers.yaml @@ -340,16 +340,7 @@ paths: }, "create_tokenPersonalization": { "href": "https://api.integratielaag.nl/abt/1.0/touchpoint/tokenPersonalizations?ovpaytokenId=1", - "method": "POST", - "schema": { - "type": "object", - "properties": { - "photo": { "type": "image" }, - "name": { "type": "string" }, - "birthDate": { "type": "string" }, - "oneTimePassword": { "type": "string" } - } - } + "method": "POST" } } }