# Functions
SchemaFiles returns a SchemaParser that will parse the schemas in the given files.
SchemaStrings returns a SchemaParser that will parse the schemas in the given strings.
TemplateFiles returns a TemplateParser that will parse the templates from the given files or directories.
TemplateStrings returns a TemplateParser that will parse the templates from the given strings.
# Constants
SchemaExtension is the file extension this package requires schema files to have.
TemplateExtension is the file extension this package requires template files to have.
# Structs
SchemaParser is a framework.SchemaParser that can parse files or directories containing openapi schemas.
TemplateParser is a framework.TemplateParser that can parse files or directories containing Go templated YAML.