Share via


IOpenApiDescribedElement Interface

Definition

Describes an element that has a description.

public interface IOpenApiDescribedElement : Microsoft.OpenApi.IOpenApiElement
type IOpenApiDescribedElement = interface
    interface IOpenApiElement
Public Interface IOpenApiDescribedElement
Implements IOpenApiElement
Derived
Implements

Properties

Name Description
Description

Long description for the example. CommonMark syntax MAY be used for rich text representation.

Extension Methods

Name Description
Validate(IOpenApiElement, ValidationRuleSet)

Validate element and all child elements

Applies to