Retrieval URI of the schema being compiled; the base against which a root $id (or, absent one, every relative reference) is resolved.
Dialect assumed when the document carries no $schema.
format behavior; see FormatMode.
Evaluation recursion limit; exceeding it throws ValidationException (guards against unboundedly self-referential schemas).
Optional loader for unknown remote schema URIs. Null (the default) means unresolvable external references fail compilation.
Pre-registered schema store consulted for $ref targets. When null a fresh store (containing only the bundled 2020-12 meta-schemas) is used.
Compilation / validation settings. Pass to compileSchema.