develop #38

Merged
bboterm merged 451 commits from develop into main 2025-11-19 14:28:14 +00:00
Showing only changes of commit fd2ae8fa65 - Show all commits

View File

@ -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