Skip to content

JSON Schema definition of the MMS Public API (MongoDB Management Service)

License

Notifications You must be signed in to change notification settings

leafygreen/mms-api-schema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMS API Schema

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.

Documentation

Download with NPM

npm install mms-api-schema

Consumers

Generating Schema and Documentation

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

License

Licensed under the MIT license.

Shout Outs

mms-api-schema is a MongoDB Skunkworks Project Friendly Skunk

About

JSON Schema definition of the MMS Public API (MongoDB Management Service)

Resources

License

Stars

Watchers

Forks

Packages

No packages published