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

@endpoint GET /travel/analytics/air-traffic/busiest-period
@desc Returns a list of air traffic reports.
@required {cityCode: any # Code for the city following IATA standard. [IATA table codes](http://www.iata.org/publications/Pages/code-search.aspx) - e.g. BOS for Boston, period: any # time period (year) of the statistics.  Year for which the statistic are requested following [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)}
@optional {direction: any # Use ARRIVING to have statistics on travelers coming to the city or DEPARTING for statistics on travelers leaving the city.  By default, statistics are given on travelers ARRIVING the city.}
@returns(200) Successful Operation
@errors {400: code    | title                                  ------- | -------------------------------------  477     | INVALID FORMAT 572     | INVALID OPTION 2781    | INVALID LENGTH 4926    | INVALID DATA RECEIVED 32171   | MANDATORY DATA MISSING}

@end
