From e5a1059c9d30522f6c91e1e87e0be41a3a598c0b Mon Sep 17 00:00:00 2001 From: Jordan Gillard Date: Sat, 16 Dec 2023 15:45:23 -0500 Subject: [PATCH] minor: Rename UriType to Uri --- ...AirlineCodeLookUp_v1_swagger_specification.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/spec/yaml/AirlineCodeLookUp_v1_swagger_specification.yaml b/spec/yaml/AirlineCodeLookUp_v1_swagger_specification.yaml index 11c14c9..b575768 100644 --- a/spec/yaml/AirlineCodeLookUp_v1_swagger_specification.yaml +++ b/spec/yaml/AirlineCodeLookUp_v1_swagger_specification.yaml @@ -133,7 +133,7 @@ components: type: string description: a string indicating an example of the right value description: an object containing references to the source of the error - UriType: + Uri: type: string format: uri example: https://test.api.amadeus.com/v1/area/resources?... @@ -149,17 +149,17 @@ components: type: object properties: self: - $ref: '#/components/schemas/UriType' + $ref: '#/components/schemas/Uri' next: - $ref: '#/components/schemas/UriType' + $ref: '#/components/schemas/Uri' previous: - $ref: '#/components/schemas/UriType' + $ref: '#/components/schemas/Uri' last: - $ref: '#/components/schemas/UriType' + $ref: '#/components/schemas/Uri' first: - $ref: '#/components/schemas/UriType' + $ref: '#/components/schemas/Uri' up: - $ref: '#/components/schemas/UriType' + $ref: '#/components/schemas/Uri' example: self: https://test.api.amadeus.com/v1/area/resources?param=value responses: