Share via


OpenApiOperation.Metadata Property

Definition

A collection of properties associated with the current OpenAPI element to be used by the application. Metadata are NOT (de)serialized with the schema and can be used for custom properties.

public System.Collections.Generic.IDictionary<string,object>? Metadata { get; set; }
member this.Metadata : System.Collections.Generic.IDictionary<string, obj> with get, set
Public Property Metadata As IDictionary(Of String, Object)

Property Value

Implements

Applies to