Gets or sets how unmapped YAML members are handled during object deserialization.
public JsonUnmappedMemberHandling UnmappedMemberHandling { get; init; }
This matches behavior from System.Text.Json.
Extension data members still capture unmatched properties when present.