From ae7534c0b7940a7c3930c5386e7044353a4a7a66 Mon Sep 17 00:00:00 2001 From: Mirjam Herald Date: Thu, 2 Oct 2025 11:09:17 +0200 Subject: [PATCH] ovchipcard fix --- src/openapi/customers/customers-crud-v2.yaml | 30 ++++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/openapi/customers/customers-crud-v2.yaml b/src/openapi/customers/customers-crud-v2.yaml index 9641b6b..d0ad5ec 100644 --- a/src/openapi/customers/customers-crud-v2.yaml +++ b/src/openapi/customers/customers-crud-v2.yaml @@ -139,7 +139,7 @@ paths: schema: type: string example: "0123456789" - - name: ovChipcardAlias + - name: ovChipCardAlias in: query schema: type: string @@ -278,7 +278,7 @@ paths: phoneTypeId: 2 name: Work isPreferred: false - ovChipcards: + ovChipCards: - ovChipCardId: 1 chipCardNumber: "1234123412341234" validUntil: "2023-01-01" @@ -404,7 +404,7 @@ paths: phoneTypeId: 2 name: Work isPreferred: false - ovChipcards: + ovChipCards: - ovChipCardId: 1 chipCardNumber: "1234123412341234" validUntil: "2023-01-01" @@ -543,7 +543,7 @@ paths: phoneTypeId: 2 name: Work isPreferred: false - ovChipcards: + ovChipCards: - ovChipCardId: 1 chipCardNumber: "1234123412341234" validUntil: "2023-01-01" @@ -677,7 +677,7 @@ paths: phoneTypeId: 2 name: Work isPreferred: false - ovChipcards: + ovChipCards: - ovChipCardId: 1 chipCardNumber: "1234123412341234" validUntil: "2023-01-01" @@ -1529,18 +1529,18 @@ paths: content: application/json: schema: - $ref: "#/components/schemas/ovChipcardEntity" + $ref: "#/components/schemas/ovChipCardEntity" examples: - ovChipcards: + ovChipCards: value: - ovChipcard: - chipCardNumber: "1234123412341234" + ovChipCard: + chipcardNumber: "1234123412341234" validUntil: "2027-01-01" alias: Mijn chipkaart required: true responses: 201: - description: Successfully created a customer ovchipcard + description: Successfully created a customer ovChipCard content: application/json: schema: @@ -1549,7 +1549,7 @@ paths: - default: [] x-auth-type: Application & Application User x-throttling-tier: Unlimited - /ovchipcards/{ovchipcardId}: + /ovchipcards/{ovChipCardId}: patch: tags: - Ovchipcard @@ -1567,7 +1567,7 @@ paths: content: application/json: schema: - $ref: "#/components/schemas/ovChipcardEntity" + $ref: "#/components/schemas/ovChipCardEntity" examples: updateOvChipCardAlias: value: @@ -1576,7 +1576,7 @@ paths: required: true responses: 200: - description: Successfully updated a customer ovchipcard + description: Successfully updated a customer ovChipCard content: application/json: schema: @@ -2267,7 +2267,7 @@ components: $ref: "#/components/schemas/getCustomerStatusInstance" person: $ref: "#/components/schemas/getPerson" - ovChipcards: + ovChipCards: type: array items: $ref: "#/components/schemas/getOvChipcards" @@ -2538,7 +2538,7 @@ components: type: string replacedByTokenId: type: integer - ovChipcardEntity: + ovChipCardEntity: type: object properties: ovChipCardId: