CompositeTemplateSchema.AdditionalProperties Property

Definition

Dynamic properties determined at runtime by the connector's schema discovery endpoint. Populate this dictionary with the properties returned by the schema API.

[System.Text.Json.Serialization.JsonExtensionData]
public System.Collections.Generic.Dictionary<string,System.Text.Json.JsonElement> AdditionalProperties { get; set; }
[<System.Text.Json.Serialization.JsonExtensionData>]
member this.AdditionalProperties : System.Collections.Generic.Dictionary<string, System.Text.Json.JsonElement> with get, set
Public Property AdditionalProperties As Dictionary(Of String, JsonElement)

Property Value

Attributes

Applies to