Versions in this module Expand all Collapse all v0 v0.1.0 Jun 28, 2026 Changes in this version + func AllPaths(spec *openapi.Spec) map[string][]string + func GetSupportedOperations(spec *openapi.Spec) []*openapi.Operation + type ValidationError struct + Code string + Message string + Method string + Path string + type ValidationResult struct + Errors []ValidationError + Valid bool + func Validate(spec *openapi.Spec, profile jsp.ProfileID) *ValidationResult + func (r *ValidationResult) FormatJSON() string + func (r *ValidationResult) FormatText() string