OpenApiSchemaTransformerContext.JsonPropertyInfo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the JsonPropertyInfo associated with the target schema if the target schema is a property of a parent schema.
public System.Text.Json.Serialization.Metadata.JsonPropertyInfo? JsonPropertyInfo { get; init; }
member this.JsonPropertyInfo : System.Text.Json.Serialization.Metadata.JsonPropertyInfo with get, set
Public Property JsonPropertyInfo As JsonPropertyInfo