Skip to content

Commit

Permalink
re-update links
Browse files Browse the repository at this point in the history
  • Loading branch information
TRohit20 committed Nov 8, 2023
1 parent ee2bbc7 commit 50e208b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/docs/concepts/asyncapi-document/tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ A tag is a label or category that helps you logically group related objects such

In AyncAPI, the `tags` object is essentially a list of `tag` objects. Within the `tags` object, you can define individual `tag`s, specifying a name and providing an optional description that adds further context to the tag's purpose or usage.

`tags` can be defined in the [`components` object](/pages/docs/reference/specification/latest#componentsObject) of an AsyncAPI document, which enables the reusability of the tags. `tags` included in the `components` object can be re-used by using [reference objects](/pages/docs/reference/specification/latest#referenceObject).
`tags` can be defined in the [`components` object](/docs/reference/specification/latest#componentsObject) of an AsyncAPI document, which enables the reusability of the tags. `tags` included in the `components` object can be re-used by using [reference objects](/docs/reference/specification/latest#referenceObject).

Additionally, you can define a list of tags you wanna use across the document under the `tags` object on the `info` level and you can reuse those tags under individual components such as `servers` or `channels` allowing you to group components logically.

## `Tags` in AsyncAPI Document
The `tags` object is a list of `tag` objects that can be referenced by [reference object](/pages/docs/reference/specification/latest#referenceObject).
The `tags` object is a list of `tag` objects that can be referenced by [reference object](/docs/reference/specification/latest#referenceObject).

The `tags` object is a list of tags and individual `tag` objects contain some fields.

Expand Down

0 comments on commit 50e208b

Please sign in to comment.