# Functions
BuildSchema will build a schema from a schema proxy.
BuildSchemaFromRequest will extract and build the schema from the request body of an operation - Media type will default to "application/json", then continue to the next available media type with a schema.
BuildSchemaFromResponse will extract and build the schema from the response body of an operation - Response codes of 200 and then 201 will be prioritized, then will continue to the next available 2xx code - Media type will default to "application/json", then continue to the next available media type with a schema.
NewSchemaError returns a new SchemaError error struct.
SchemaErrorFromNode returns a new SchemaError error struct that has no path information, using a schema node to get the line number if available.
SchemaErrorFromProxy returns a new SchemaError error struct that has no path information, using a schema proxy to get the line number.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
# Structs
GlobalSchemaOpts is passed recursively through built OASSchema structs.
No description provided by the author
SchemaError contains additional details about an error that occurred when processing an OpenAPI schema, such as the line number of the invalid schema or nested path information.
SchemaOpts is NOT passed recursively through built OASSchema structs, and will only be available to the top level schema.
# Type aliases
No description provided by the author