RAML

RAML is a REST API format based on YAML for service definition of RESTful interfaces. The file describes resources, actions/methods, query/header/path parameters, representations, and so on.

More information

For more information, see the RAML website.