From 08c0dd9260a3870696d5e3e7386a480966a7fb40 Mon Sep 17 00:00:00 2001 From: Olivier Sarrat Date: Tue, 25 May 2021 16:44:30 +0200 Subject: [PATCH] price.amount as Number --- RDEXplus_openapi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RDEXplus_openapi.yaml b/RDEXplus_openapi.yaml index 5a12675..3bfa28a 100644 --- a/RDEXplus_openapi.yaml +++ b/RDEXplus_openapi.yaml @@ -27,7 +27,7 @@ info: license: name: Apache 2.0 url: http://www.apache.org/licenses/LICENSE-2.0.html - version: 2.0.0 + version: 2.0.1 tags: - name: Search description: API route to search for journeys. This route can be left opened to public. @@ -462,7 +462,7 @@ components: - type properties: amount: - type: string + type: number description: Journey's amount. Required if `price.type=fixed` or `price.type=variable`. type: type: string