Freigeben über


IMetadataContainer Interface

Definition

Represents an Open API element that can be annotated with non-serializable properties in a property bag.

public interface IMetadataContainer
type IMetadataContainer = interface
Public Interface IMetadataContainer
Derived

Properties

Name Description
Metadata

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.

Applies to