System.Text.Json.Schema.JsonSchemaExporterContext
Defines the context in which a JSON schema within a type graph is being generated.
namespace System.Text.Json.Schema
{
public readonly struct JsonSchemaExporterContext
{
public JsonTypeInfo TypeInfo { get; }
public JsonPropertyInfo PropertyInfo { get; }
public JsonTypeInfo BaseTypeInfo { get; }
public ReadOnlySpan<string> Path { get; }
}
}