Uredi

Deli z drugimi prek


JsonSchemaExporterContext Struct

Definition

Defines the context for the generated JSON schema for a particular node in a type graph.

public value class JsonSchemaExporterContext
public readonly struct JsonSchemaExporterContext
type JsonSchemaExporterContext = struct
Public Structure JsonSchemaExporterContext
Inheritance
JsonSchemaExporterContext

Properties

BaseTypeInfo
Path

The path to the current node in the generated JSON schema.

PropertyInfo

The JsonPropertyInfo if the schema is being generated for a property.

TypeInfo

The JsonTypeInfo for the type being processed.

Applies to