Versions in this module Expand all Collapse all v0 v0.34.0 May 30, 2026 Changes in this version + type Outcome int + const OutcomePass + const OutcomeViolate + type Validator struct + func New(maxBytes, maxDepth int, logger *zap.Logger) *Validator + func (v *Validator) Validate(toolKey, schemaJSON string, structured any) Verdict + type Verdict struct + GuardHit string + Outcome Outcome + Reason string + func (v Verdict) IsViolation() bool