JsonSchemaExporterOptions public sealed class JsonSchemaExporterOptions Documentation Code public static JsonSchemaExporterOptions Default { get; } public Func<JsonSchemaExporterContext, JsonNode, JsonNode> TransformSchemaNode { get; set; } public bool TreatNullObliviousAsNonNullable { get; set; } public JsonSchemaExporterOptions()