Skip to content

User-initiated Swagger (OpenAPI) model validation

Choose a tag to compare

@seanpk seanpk released this 23 Jan 18:11
· 43 commits to master since this release

This release exposes a new function on the swagger service, validateObject.

It also raises response model validation errors/warnings (depending on your config) when "unknown" properties, i.e. properties that are not defined in the spec, are returned in the response.