Date: 2017-07-17
Accepted
We need to define the API specifications of the services we're going to implement.
We use the OpenAPI 2.0 specification (aka Swagger spec) as standard for our REST API definitions.
We have to provide the API definition in YAML format (instead of JSON) for the OpenAPI API definition files due to its improved readability.