Gets or sets converter types to be instantiated and registered on the generated options instance.
public Type[]? Converters { get; set; }
Each converter type must derive from YamlConverter and expose a public parameterless constructor.