# Functions
GetOption returns the requested option or the identity option.
No description provided by the author
NewSpecInfo creates a SpecInfo from a local file path, a URL, or stdin.
NewSpecInfoFromGlob creates SpecInfos from local files matching the specified glob parameter.
No description provided by the author
WithFlattenAllOf returns SpecInfos with flattened allOf.
WithFlattenParams returns SpecInfos with Common Parameters combined into operation parameters See here for Common Parameters definition: https://swagger.io/docs/specification/describing-parameters/.
WithIdentity returns the original SpecInfos.
WithLowercaseHeaders returns SpecInfos with header names converted to lowercase.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
SpecInfo contains information about an OpenAPI spec and its metadata.
No description provided by the author
# Interfaces
Loader interface includes the OAS load functions.
# Type aliases
Option functions can be used to preprocess specs after loading them.
No description provided by the author