OVPAY-1518 - Removed legacy metadata 2.
This commit is contained in:
parent
7a50655408
commit
fd2ae8fa65
@ -719,14 +719,14 @@ paths:
|
|||||||
example: 37a8095b-19db-498f-9349-5f37d21c5bdf
|
example: 37a8095b-19db-498f-9349-5f37d21c5bdf
|
||||||
description: The id of the concession metadata.
|
description: The id of the concession metadata.
|
||||||
- in: query
|
- in: query
|
||||||
name: concession
|
name: name
|
||||||
schema:
|
schema:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
example: [BUS, RAIL]
|
example: [BUS, RAIL]
|
||||||
explode: false
|
explode: false
|
||||||
description: The concession.
|
description: The name of the concession.
|
||||||
- in: query
|
- in: query
|
||||||
name: percentage
|
name: percentage
|
||||||
schema:
|
schema:
|
||||||
@ -1846,7 +1846,7 @@ components:
|
|||||||
type: string
|
type: string
|
||||||
format: en
|
format: en
|
||||||
example: e0af8c8f-d421-4567-a14e-48e2a1bb86fb
|
example: e0af8c8f-d421-4567-a14e-48e2a1bb86fb
|
||||||
concession:
|
name:
|
||||||
type: string
|
type: string
|
||||||
enum:
|
enum:
|
||||||
- RAIL
|
- RAIL
|
||||||
@ -1877,7 +1877,7 @@ components:
|
|||||||
ConcessionMetadataPostRequestBody:
|
ConcessionMetadataPostRequestBody:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
concession:
|
name:
|
||||||
type: string
|
type: string
|
||||||
enum:
|
enum:
|
||||||
- RAIL
|
- RAIL
|
||||||
@ -1896,7 +1896,7 @@ components:
|
|||||||
nullable: true
|
nullable: true
|
||||||
example: null
|
example: null
|
||||||
required:
|
required:
|
||||||
- concession
|
- name
|
||||||
- percentage
|
- percentage
|
||||||
- validFrom
|
- validFrom
|
||||||
ConcessionMetadataPostResponseBody:
|
ConcessionMetadataPostResponseBody:
|
||||||
@ -1911,7 +1911,7 @@ components:
|
|||||||
ConcessionMetadataPatchRequestBody:
|
ConcessionMetadataPatchRequestBody:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
concession:
|
name:
|
||||||
type: string
|
type: string
|
||||||
enum:
|
enum:
|
||||||
- RAIL
|
- RAIL
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user