File: Schemas\OpenApiJsonSchemaContext.cs
Web Access
Project: src\src\OpenApi\src\Microsoft.AspNetCore.OpenApi.csproj (Microsoft.AspNetCore.OpenApi)
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
 
using System.Text.Json.Serialization;
 
namespace Microsoft.AspNetCore.OpenApi;
 
[JsonSerializable(typeof(OpenApiJsonSchema))]
[JsonSerializable(typeof(string))]
internal sealed partial class OpenApiJsonSchemaContext : JsonSerializerContext { }