Versions in this module Expand all Collapse all v1 v1.108.0 Aug 31, 2026 Changes in this version + const AuthorTypeBot + const AuthorTypeUnknown + const AuthorTypeUser + const EvidenceID + const EvidenceSchemaURL + var ErrInvalidJSONPayload = errors.New("invalid JSON payload") + func Schema(version Version) (string, error) + func SchemaURL(version Version) string + func Validate(data any, version Version) error + type Author struct + Login string + Type string + type Data struct + Author *Author + Description string + Number string + Platform string + Reviewers []Reviewer + SourceBranch string + TargetBranch string + Title string + Type string + URL string + func (d *Data) UnmarshalJSON(b []byte) error + type Evidence struct + Data Data + ID string + Schema string + func NewEvidence(data Data) *Evidence + type Generator struct + func NewGenerator() *Generator + func (g *Generator) GenerateSchema(version Version) *jsonschema.Schema + func (g *Generator) Save(schema *jsonschema.Schema, outputDir string, version Version) error + type Reviewer struct + Login string + Requested bool + ReviewStatus string + Type string + type Version string + const LatestVersion + const Version1_0 + const Version1_1 + const Version1_2 + const Version1_3 + func Versions() []Version