Share via


OpenApiMediaType.Encoding Property

Definition

A map between a property name and its encoding information. The key, being the property name, MUST exist in the schema as a property. The encoding object SHALL only apply to requestBody objects when the media type is multipart or application/x-www-form-urlencoded.

public System.Collections.Generic.IDictionary<string,Microsoft.OpenApi.Models.OpenApiEncoding> Encoding { get; set; }
member this.Encoding : System.Collections.Generic.IDictionary<string, Microsoft.OpenApi.Models.OpenApiEncoding> with get, set
Public Property Encoding As IDictionary(Of String, OpenApiEncoding)

Property Value

Applies to