@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api Flight Delay Prediction
@base https://test.api.amadeus.com/v1
@version 1.0.6
@endpoints 1
@toc travel(1)

@endpoint GET /travel/predictions/flight-delay
@required {originLocationCode: any, destinationLocationCode: any, departureDate: any, departureTime: any, arrivalDate: any, arrivalTime: any, aircraftCode: any, carrierCode: any, flightNumber: any, duration: any}
@returns(200)
@errors {400}

@end
