From c04530e6163609e3da58245a454f515dc7c0562f Mon Sep 17 00:00:00 2001 From: Max Martens Date: Tue, 3 Dec 2024 15:40:40 +0100 Subject: [PATCH] Process comments --- src/openapi/customers/SE-customers.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/openapi/customers/SE-customers.yaml b/src/openapi/customers/SE-customers.yaml index e85f1d7..bc50dab 100644 --- a/src/openapi/customers/SE-customers.yaml +++ b/src/openapi/customers/SE-customers.yaml @@ -45,7 +45,7 @@ paths: schema: type: string example: Doe - - name: emailAdress + - name: emailAddress in: query schema: type: string @@ -97,7 +97,7 @@ paths: schema: type: integer example: 0123456789 - - name: OvChipcardAlias + - name: ovChipcardAlias in: query schema: type: string @@ -171,7 +171,7 @@ paths: application/json: schema: $ref: '#/components/schemas/OvPayTokensResponse' - /customers/tokens/{tokenId}/product-instances: + /customers/tokens/{ovPayTokenId}/productInstances: get: tags: - ServiceEngine Customers @@ -181,7 +181,7 @@ paths: Only HTM products are returned; GBO does not allow HTM to get information on non-HTM product-instances. Where relevant, operations to be performed are returned as HATEOAS links per product-instance. parameters: - - name: tokenId + - name: ovPayTokenId in: path required: true style: simple @@ -243,7 +243,7 @@ components: type: string format: date example: '2023-02-01' - emailAdress: + emailAddress: type: string format: email example: 4j2dD@example.com @@ -266,7 +266,7 @@ components: example: 1 name: type: string - example: Brug + example: Home street: type: string example: Appelstraat @@ -316,7 +316,7 @@ components: example: 1 name: type: string - example: Mobiel + example: Home number: type: string example: "0123456789" @@ -392,7 +392,7 @@ components: { name: surname, required: false, type: string }, { name: suffix, required: false, type: string }, { name: dateOfBirth, required: false, type: string }, - { name: emailAdress, required: false, type: string }, + { name: emailAddress, required: false, type: string }, { name: addresses, required: false, multi: true, properties: [ { name: addressId, required: false, type: integer }, { name: isPreferred, required: false, type: boolean }, @@ -435,7 +435,7 @@ components: required: - ovPayTokens properties: - Entries: + ovPayTokens: type: array items: type: object @@ -507,12 +507,12 @@ components: method: type: string example: DELETE - product-instances: + productInstances: type: object properties: href: type: string - example: https://api.integratielaag.nl/abt/serviceengine/1.0/customers/tokens/1/product-instances + example: https://api.integratielaag.nl/abt/serviceengine/1.0/customers/tokens/1/productInstances method: type: string example: GET