Data types
TypeSpec.OpenAPI
ExternalDocs
External Docs information.
model TypeSpec.OpenAPI.ExternalDocsProperties
| 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.TagMetadataProperties
| Name | Type | Description |
|---|---|---|
| description? | string | A description of the API. |
| externalDocs? | ExternalDocs | An external Docs information of the API. |