This repository holds a valid Swagger 2.0 schema.
To make edits, it is probably easier to read and make changes to swagger.yaml
. To generate a JSON file from the schema, as some of the swagger-api
toolkit does not support YAML markup, just do the following...
bundle install
rake generate:json
swagger.json
should automagically appear in the root of this repository.
All contributions are welcome, please submit a pull request.