Skip to content

Schema

Everything under Quiote\Config\Schema.

ClassDescription
DiagnosticOne structural-shape violation found by SchemaValidator.
RuleA declarative description of one canonical-array shape, structural only (allowed keys, enums-of-kind, nesting) — not required-ness that depends on runtime state or document processing order, which stays a Layer-2 semantic check in the handler’s own executeArray()/toCanonicalArray().
SchemaValidatorValidates a canonical config array against a declarative Rule shape.
EnumDescription
SchemaTypeThe kinds of shape a Rule can describe.
Severity