This repository contains a JSON Schema / Hyper-Schema representation of the MongoDB Management Service Public API.
This project is inspired by the work Heroku is doing their public API.
npm install mms-api-schema
Schema files are generated using the prmd tool.
gem install prmd
cd docs/schema
prmd combine --meta meta.json schemata/ > schema.json
prmd verify schema.json
prmd doc schema.json --prepend overview.md > schema.md
Licensed under the MIT license.
mms-api-schema is a MongoDB Skunkworks Project
