Versions in this module Expand all Collapse all v0 v0.1.0 Sep 10, 2026 Changes in this version + type Change struct + From string + Kind ChangeKind + Location string + Note string + Severity Severity + Target Target + To string + type ChangeKind string + const OperationAdded + const OperationRemoved + const ParameterAdded + const ParameterRemoved + const ParameterRequiredChanged + const ParameterTypeChanged + const PropertyAdded + const PropertyRemoved + const PropertyRenamed + const PropertyTypeChanged + const RequiredAdded + const RequiredRemoved + const ResponseAdded + const ResponseRemoved + const SchemaAdded + const SchemaRemoved + type Direction int + const Request + const Response + func (d Direction) String() string + type Report struct + Changes []Change + func Diff(a, b *ir.Document) *Report + func (r *Report) Breaking() int + func (r *Report) JSON() (string, error) + func (r *Report) Markdown() string + func (r *Report) Text() string + type Severity int + const Breaking + const Info + func (s Severity) String() string + type Target struct + Direction Direction + Method string + ParamIn string + ParamName string + Path string + Property string + Schema string + StatusCode string