JsonSchemaExporterContext 结构

定义

为类型图中的特定节点定义生成的 JSON 架构的上下文。

public value class JsonSchemaExporterContext
public readonly struct JsonSchemaExporterContext
type JsonSchemaExporterContext = struct
Public Structure JsonSchemaExporterContext
继承
JsonSchemaExporterContext

属性

BaseTypeInfo

为类型图中的特定节点定义生成的 JSON 架构的上下文。

Path

生成的 JSON 架构中当前节点的路径。

PropertyInfo

如果为属性生成架构,则为 JsonPropertyInfo

TypeInfo

正在处理的类型的 JsonTypeInfo

适用于