1 reference to _simpleTypeSchemaFactories
Shared (1)
JsonSchemaExporter\JsonSchemaExporter.cs (1)
428
if (
_simpleTypeSchemaFactories
.TryGetValue(typeInfo.Type, out Func<JsonNumberHandling, JsonSchema>? simpleTypeSchemaFactory))