Schema
Everything under Quiote\Config\Schema.
Classes
Section titled “Classes”| Class | Description |
|---|---|
Diagnostic | One structural-shape violation found by SchemaValidator. |
Rule | A 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(). |
SchemaValidator | Validates a canonical config array against a declarative Rule shape. |
| Enum | Description |
|---|---|
SchemaType | The kinds of shape a Rule can describe. |
Severity |