Share via


IOpenApiReadOnlyDescribedElement Interface

Definition

Describes an element that has a description.

public interface IOpenApiReadOnlyDescribedElement : Microsoft.OpenApi.IOpenApiElement
type IOpenApiReadOnlyDescribedElement = interface
    interface IOpenApiElement
Public Interface IOpenApiReadOnlyDescribedElement
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