raml-object-standard
v0.0.8
Published
A standardized RAML object representation using JSON schema
Downloads
5
Readme
Raml Object Standard
A standardized RAML object representation using JSON schema.
Installation
npm install raml-object-standard --save
Usage
New Parsers
Use the schema.json
to validate your parser is standard.
Old Parsers
Use a transform from the transform
directory that works with your existing parser. Current implementations:
- RAML JS Parser -
transform/raml-js-parser-08.js
License
Apache License 2.0