Package dev.omnist.validation
package dev.omnist.validation
Validating and materializing documents against an OSD schema: checking a
Document conforms to a Schema
and reporting diagnostics when it doesn't (omnist-spec §3.6), and the
materialization pass that produces a schema-conformant document from one
that's structurally compatible but not yet exact (§6.3, §8.2).-
ClassDescriptionSchema-driven coercion of a parsed
Documentinto a fully-typed document (omnist-spec §8).Diagnostic emitted when validation fails against an OSD Schema (§8.2, §8.3.4).Structured outcome of validating a Document against a Schema (§3.6).OSD Schema Validator (omnist-spec §3.6, §3.6.1, §8.3.4).