From fd2ae8fa65315a14a695707a42872727c1af9239 Mon Sep 17 00:00:00 2001 From: "b.boterman@htm.nl" Date: Tue, 18 Feb 2025 11:27:19 +0100 Subject: [PATCH] OVPAY-1518 - Removed legacy metadata 2. --- src/openapi/fiko/fiko-crud.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/openapi/fiko/fiko-crud.yaml b/src/openapi/fiko/fiko-crud.yaml index fb8986c..70e1cea 100644 --- a/src/openapi/fiko/fiko-crud.yaml +++ b/src/openapi/fiko/fiko-crud.yaml @@ -719,14 +719,14 @@ paths: example: 37a8095b-19db-498f-9349-5f37d21c5bdf description: The id of the concession metadata. - in: query - name: concession + name: name schema: type: array items: type: string example: [BUS, RAIL] explode: false - description: The concession. + description: The name of the concession. - in: query name: percentage schema: @@ -1846,7 +1846,7 @@ components: type: string format: en example: e0af8c8f-d421-4567-a14e-48e2a1bb86fb - concession: + name: type: string enum: - RAIL @@ -1877,7 +1877,7 @@ components: ConcessionMetadataPostRequestBody: type: object properties: - concession: + name: type: string enum: - RAIL @@ -1896,7 +1896,7 @@ components: nullable: true example: null required: - - concession + - name - percentage - validFrom ConcessionMetadataPostResponseBody: @@ -1911,7 +1911,7 @@ components: ConcessionMetadataPatchRequestBody: type: object properties: - concession: + name: type: string enum: - RAIL