Versions in this module Expand all Collapse all v0 v0.1.0 Jan 25, 2026 Changes in this version + func ExtractSchemaRef(data []byte) (string, error) + func ValidateSchemaRef(data []byte, expectedID string) error + type Registry struct + Data []byte + ID string + Version string + func NewRegistry(id, version string, data []byte) *Registry + func (r *Registry) JSON() []byte + func (r *Registry) JSONString() string + func (r *Registry) Unmarshal(v any) error + type SchemaRef struct + Schema string