OpenApiMediaType.Encoding 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.
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)