Share via


OpenApiReference.Type Property

Definition

The element type referenced.

public Microsoft.OpenApi.Models.ReferenceType? Type { get; set; }
member this.Type : Nullable<Microsoft.OpenApi.Models.ReferenceType> with get, set
Public Property Type As Nullable(Of ReferenceType)

Property Value

Remarks

This must be present if ExternalResource is not present.

Applies to