OpenApiDocument.Tags 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 list of tags used by the specification with additional metadata.
public System.Collections.Generic.IList<Microsoft.OpenApi.Models.OpenApiTag> Tags { get; set; }
member this.Tags : System.Collections.Generic.IList<Microsoft.OpenApi.Models.OpenApiTag> with get, set
Public Property Tags As IList(Of OpenApiTag)