// Copyright 2023 Princess B33f Heavy Industries / Dave Shanley
// SPDX-License-Identifier: MIT

// Package responses contains all the logic, models and interfaces for validating OpenAPI 3+ Responses
// The package depends on *http.Response
package responses
