Versions in this module Expand all Collapse all v0 v0.1.2 Aug 17, 2026 v0.1.1 Aug 13, 2026 v0.1.0 Aug 13, 2026 Changes in this version + type Schema struct + func FromJSON(name string, doc []byte) (*Schema, error) + func FromStruct(name string, v any) (*Schema, error) + func (s *Schema) Name() string + func (s *Schema) Validate(snap *config.Snapshot, at string, r *config.ValidationResult)