Skip to content

Commit

Permalink
minor: Rename UriType to Uri
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-gillard committed Dec 16, 2023
1 parent b5af52d commit e5a1059
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions spec/yaml/AirlineCodeLookUp_v1_swagger_specification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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?...
Expand All @@ -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:
Expand Down

0 comments on commit e5a1059

Please sign in to comment.