2 references to Product
Microsoft.AspNetCore.OpenApi.Tests (2)
Transformers\CustomSchemaTransformerTests.cs (2)
319
if (context.JsonTypeInfo.Type == typeof(
Product
))
339
var productSchema = await context.GetOrCreateSchemaAsync(typeof(
Product
), cancellationToken: cancellationToken);