https://github.com/jerson/raml-js-schema-generator
RAML schema generator .. is still in development!!
https://github.com/jerson/raml-js-schema-generator
Last synced: 12 months ago
JSON representation
RAML schema generator .. is still in development!!
- Host: GitHub
- URL: https://github.com/jerson/raml-js-schema-generator
- Owner: jerson
- License: gpl-2.0
- Created: 2015-02-23T01:33:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-01T16:59:46.000Z (over 11 years ago)
- Last Synced: 2024-04-14T23:12:55.174Z (over 2 years ago)
- Language: JavaScript
- Homepage: https://raml-js-schema-generator-jerson.c9.io/
- Size: 289 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# raml-js-schema-generator
RAML schema generator
[](https://www.gittip.com/jerson/)
##RAML Example
```YAML
#%RAML 0.8
title: World Video API
baseUri: http://example.api.com/{version}
version: v1
schemas:
- actor: !include actor.schema
- genre: !include genre.schema
- movie: !include movie.schema
- news: !include news.schema
- autor: !include autor.schema
```
##Output Schema
