Data types
TypeSpec.OpenAPI
ExternalDocs
External Docs information.
model TypeSpec.OpenAPI.ExternalDocs
Properties
Name | Type | Description |
---|---|---|
url | string | Documentation url |
description? | string | Optional description |
TagMetadata
Metadata to a single tag that is used by operations.
model TypeSpec.OpenAPI.TagMetadata
Properties
Name | Type | Description |
---|---|---|
description? | string | A description of the API. |
externalDocs? | ExternalDocs | An external Docs information of the API. |