JSON Schema for HAPI JSON Responses
git clone https://github.com/hapi-server/verify-nodejs
git clone https://github.com/hapi-server/data-specification-schema
cd verify-nodejs
npm install
cd ../data-specification-schema/test
npm install
node test.js # or, e.g., node test.js 3.3
The schema files in this repository (HAPI-data-access-schema-*) are used for testing.
Prior to committing, execute
node util/reformat.js FILENAME.js
Please post an issue prior to creating a pull request. Pull request must have an associated unit test.
Submit questions, bug reports, and feature requests to the issue tracker.