Versions in this module Expand all Collapse all v0 v0.2.0 Jun 12, 2026 Changes in this version + type Operation struct + Method string + Path string + type Schema interface + AtomizeOperation func(operationID string) (Schema, error) + AtomizePath func(path string) (Schema, error) + MarshalJSON func() ([]byte, error) + OperationByID func(operationID string) (*Operation, error) + Operations func() []*Operation + PathByPath func(path string) (*openapi3.PathItem, error) + Paths func() *openapi3.Paths + func LoadEmbeddedSchema() Schema + func NewFromData(data []byte) (Schema, error) + func SchemaFactory(inv *cmd.Invocation) Schema