3 references to JsonSchemaExporter
Microsoft.AspNetCore.OpenApi (1)
Services\Schemas\OpenApiSchemaService.cs (1)
218=> JsonSchemaExporter.GetJsonSchemaAsNode(_jsonSerializerOptions, key.Type, _configuration);
System.Text.Json (2)
System\Text\Json\Schema\JsonSchemaExporterOptions.cs (2)
9/// Configures the behavior of the <see cref="JsonSchemaExporter"/> APIs. 14/// Gets the default configuration object used by <see cref="JsonSchemaExporter"/>.