The idea is to create a stupid simple web app to quickly design and document a REST API.
Use cases:
- Designing a new API
- Documentation
- Scaffolding and code generators
- Entirely open sourced
- Modularise everything, enabling flexability
- A simple specification
TODO
- Replace the $ref tags with better links
- Possibly require the module in
- Add repo link for each module
- Documentation
- Push seperate npm modules
- Test schemas should be exported and required in other tests
schemas/ |/ -- each a standalone npm module | package.json |__ schema.json |__ test/