OpenApiOperation.Metadata 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 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)