1. RAML is a new open specification for describing RESTful APIs using YAML that aims to be cleaner and more structured than existing documentation formats.
2. RAML uses a hierarchical structure and inheritance to define API resources, operations, parameters, headers and responses in a way that closely matches the structure of REST APIs.
3. The RAML specification is still evolving and there is growing tooling and libraries to support its use in designing, documenting, testing and implementing RESTful APIs.