Versions in this module Expand all Collapse all v0 v0.1.0 Feb 15, 2026 Changes in this version + type Warning interface + Code func() WarningCode + Message func() string + Path func() string + String func() string + func NewWarning(code WarningCode, path, message string) Warning + type WarningCode string + const WarnDegradationConstToEnum + const WarnDegradationConstToEnumConflict + const WarnDegradationContentEncoding + const WarnDegradationContentMediaType + const WarnDegradationInfoSummary + const WarnDegradationLicenseIdentifier + const WarnDegradationMultipleExamples + const WarnDegradationMutualTLS + const WarnDegradationPathItems + const WarnDegradationPatternProperties + const WarnDegradationUnevaluatedProperties + const WarnDegradationWebhooks + const WarnInvalidExampleMutualExclusivity + func (c WarningCode) String() string + type Warnings []Warning + func (ws *Warnings) Append(w Warning) + func (ws Warnings) Has(code WarningCode) bool