@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api Airport On-Time Performance
@base https://test.api.amadeus.com/v1
@version 1.0.4
@endpoints 1
@toc airport(1)

@endpoint GET /airport/predictions/on-time
@required {airportCode: any, date: any}
@returns(200)
@errors {400}

@end
