@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api Airport & City Search
@base https://test.api.amadeus.com/v1
@version 1.2.3
@endpoints 2
@toc reference-data(2)

@endpoint GET /reference-data/locations
@required {subType: any, keyword: any}
@optional {countryCode: any, page[limit]: any, page[offset]: any, sort: any, view: any}
@returns(200)
@errors {400}

@endpoint GET /reference-data/locations/{locationId}
@required {locationId: any}
@returns(200)
@errors {400, 404}

@end
