API Blueprint Validator validates API Blueprint documents and their JSON payload.
Invalid API Blueprint:
Error: unexpected header block, expected a group, resource or an action definition, e.g. '# Group
Invalid JSON response:
Error in JSON response in group "Articles", resource "Articles", action "List articles"
Parse error on line 32:
... "unverifiable":5
-----------------------^
Expecting 'EOF', '}', ',', ']', got 'STRING'
$ ./api-blueprint-validator apiary.apib
Returns exit code 1
if errors was find in Blueprint or in JSON requests or responses, otherwise returns 0
, so you can use this tool with you CI server (simple Travis integration example).
$ npm install api-blueprint-validator
$ ./api-blueprint-validator --help
Usage: node ./node_modules/.bin/api-blueprint-validator apiary.apib
Options:
--validate-requests [default: true]
--validate-responses [default: true]