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).
  • Class
    Description
    Schema-driven coercion of a parsed Document into a fully-typed document (omnist-spec §8).
    Diagnostic emitted when validation fails against an OSD Schema (§8.2, §8.3.4).
    Thrown by strict-mode validation calls when a Document fails to conform to a Schema (omnist-spec §3.6).
    Structured outcome of validating a Document against a Schema (§3.6).
    OSD Schema Validator (omnist-spec §3.6, §3.6.1, §8.3.4).