@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api Airport Nearest Relevant
@base https://test.api.amadeus.com/v1
@version 1.1.2
@endpoints 1
@toc reference-data(1)

@endpoint GET /reference-data/locations/airports
@required {latitude: any, longitude: any}
@optional {radius: any, page[limit]: any, page[offset]: any, sort: any}
@returns(200)
@errors {400}

@end
