Versions in this module Expand all Collapse all v0 v0.2.0 Aug 17, 2026 v0.1.0 Aug 14, 2026 Changes in this version + const GeneratedBy + const SchemaFormatVersion + type CapabilityStatus struct + Reason string + Status string + func (x *CapabilityStatus) WithReason(v string) *CapabilityStatus + func (x *CapabilityStatus) WithStatus(v string) *CapabilityStatus + type Construct struct + Construct string + NodeKind string + Notes string + RowKind string + func (x *Construct) WithConstruct(v string) *Construct + func (x *Construct) WithNodeKind(v string) *Construct + func (x *Construct) WithNotes(v string) *Construct + func (x *Construct) WithRowKind(v string) *Construct + type Profile struct + Capabilities strictspec.Value + Constructs []*Construct + DisplayName string + Grammar string + Language string + func ValidateBytes(input []byte, syntax string) (*Profile, []strictspec.Diagnostic) + func ValidateBytesWithEvidence(input []byte, syntax string, evidence map[string][]map[string]any) (*Profile, []strictspec.Diagnostic) + func ValidateValue(v strictspec.Value) (*Profile, []strictspec.Diagnostic) + func (x *Profile) WithCapabilities(v strictspec.Value) *Profile + func (x *Profile) WithConstructs(v []*Construct) *Profile + func (x *Profile) WithDisplayName(v string) *Profile + func (x *Profile) WithGrammar(v string) *Profile + func (x *Profile) WithLanguage(v string) *Profile