go-swagger toolkit

Swagger 2.0 describes your API's for you, so you don't have to

Validate a swagger spec

vallidate

Validate a swagger spec The toolkit has a command to validate swagger specifications for you. It includes a full json-schema validator and adds a bunch of extra validations on top of that to ensure the spec is as valid as possible, so that there are no surprises. Usage To validate a specification: swagger validate [http-url|filepath] Supported rules All the rules the validator tool supports: validate against jsonschema validate extra rules

22 Oct 2015 #usage