Versions in this module Expand all Collapse all v0 v0.1.0 Jul 23, 2026 Changes in this version + const CLIName + const ExitIO + const ExitInternal + const ExitInvalid + const ExitInvocation + const ExitSuccess + const ExitUnsupported + const OutputVersion + var CLIVersion = "0.0.0-dev" + type Artifact struct + BundleDigest string + Provenance string + SpecVersion string + type Case struct + ActualDiagnostics []Diagnostic + ActualStatus string + DiagnosticsTruncated bool + ExpectedDiagnostic *ExpectedDiagnostic + ExpectedStatus string + ID string + Status string + type Diagnostic struct + Code string + CodeStability string + InstancePath string + Layer string + Message string + Severity string + func ErrorDiagnostic(code, layer, instancePath, message string) Diagnostic + type ExpectedDiagnostic struct + Code string + Path string + type Extensions struct + Required []string + Supported []string + Unsupported []string + type Layer struct + Name string + Status string + type OperationalError struct + Command string + Diagnostics []Diagnostic + OutputVersion string + Status string + Tool Tool + func NewOperationalError(command, code, message string) OperationalError + func NewOperationalResult(command, status, code, message string) OperationalError + type Schema struct + Bytes int + Command string + OutputVersion string + Provenance string + SHA256 string + SchemaID string + SpecVersion string + Status string + Tool Tool + WrittenTo string + type Suite struct + Cases []Case + Command string + CorpusDigest string + CorpusDigestAlgorithm string + Diagnostics []Diagnostic + DiagnosticsTruncated bool + OutputVersion string + Provenance string + SpecVersion string + Status string + SuiteVersion string + Summary SuiteSummary + Tool Tool + type SuiteSummary struct + Mismatched int + Passed int + Total int + type Tool struct + Name string + Version string + func CurrentTool() Tool + type Validation struct + Artifact *Artifact + Command string + Diagnostics []Diagnostic + DiagnosticsTruncated bool + Extensions Extensions + Layers []Layer + OutputVersion string + SpecVersion string + Status string + Tool Tool + ValidationScope ValidationScope + func NewValidation(through string) Validation + type ValidationScope struct + FullDocumentConformance bool + RequestedThrough string + type Version struct + ArtifactProvenance string + Command string + OutputVersion string + Status string + SupportedSpecs []string + Tool Tool