Gets or sets a value indicating whether scalar deserialization should resolve through Schema.
public bool UseSchema { get; init; }
When false, built-in converters use a fast span-based path for common YAML 1.2 scalars while still honoring quoted scalars as strings.
When true, scalar resolution goes through the selected Schema.