Syntax and schema answer different questions
TOML parsing establishes typed values. A schema then checks required keys, types, ranges, arrays, and supported product rules.
Parse TOML, project supported values into a documented schema model, and return structured violations from a supplied JSON Schema.
Inputs are limited to 1 MiB and stay in this browser tab.
Nothing is placed in a URL, account, or remote log.
Strict, bounded, local processing
TOML defines no official schema vocabulary. The local contract documents how TOML-specific date-time, integer, and float values cross into schema validation.
TOML parsing establishes typed values. A schema then checks required keys, types, ranges, arrays, and supported product rules.
Remote references, uncontrolled recursion, regex-heavy checks, and ambiguous TOML-only values fail explicitly.