RAML Specification

RAML (RESTful API Modeling Language) is a YAML-based language for describing RESTful APIs. RAML enables you to manage the whole API lifecycle from design to sharing. It provides a human-readable format that describes RESTful API models and supports reuse via includes and libraries.

API entry from apis.yml

apis.yml Raw ↑
aid: technical-specifications:raml
name: RAML Specification
description: RAML (RESTful API Modeling Language) is a YAML-based language for describing RESTful APIs.
  RAML enables you to manage the whole API lifecycle from design to sharing. It provides a human-readable
  format that describes RESTful API models and supports reuse via includes and libraries.
humanURL: https://raml.org/
baseURL: https://raml.org/spec
tags:
- API Description
- Modeling
- RAML
- REST
properties:
- type: Documentation
  url: https://github.com/raml-org/raml-spec/blob/master/versions/raml-10/raml-10.md
- type: Website
  url: https://raml.org/
- type: GitHub
  url: https://github.com/raml-org/raml-spec