System.Text.Json.Schema.JsonSchemaExporterContext
Defines the context for the generated JSON schema for a particular node in a type graph.
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; }
}
}