@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api Safe Place
@base https://test.api.amadeus.com/v1
@version 1.0.1
@endpoints 3
@toc safety(3)

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

@endpoint GET /safety/safety-rated-locations/{safety-rated-locationId}
@returns(200)
@errors {400, 404}

@endpoint GET /safety/safety-rated-locations/by-square
@required {north: any, west: any, south: any, east: any}
@optional {page[limit]: any, page[offset]: any}
@returns(200)
@errors {400}

@end
