Versions in this module Expand all Collapse all v1 v1.0.0 May 1, 2024 Changes in this version + func ValidateResponseSchema(request *http.Request, response *http.Response, schema *base.Schema, ...) (bool, []*errors.ValidationError) + type ResponseBodyValidator interface + SetPathItem func(path *v3.PathItem, pathValue string) + ValidateResponseBody func(request *http.Request, response *http.Response) (bool, []*errors.ValidationError) + func NewResponseBodyValidator(document *v3.Document) ResponseBodyValidator