Compojure-api Api Documentation

Version: 2.0.0-alpha28

compojure.api.validator

validate

(validate api)

Validates an api. If the api is Swagger-enabled, the swagger-spec is requested and validated against the JSON Schema. Returns either the (valid) api or throws an exception. Requires lazily the ring.swagger.validator -namespace allowing it to be excluded, #227