Skip to content

Commit

Permalink
docs(asyncapi-document): fix redundant description for components. Ad…
Browse files Browse the repository at this point in the history
…d missing slash in reference link path.
  • Loading branch information
bandantonio committed Nov 12, 2024
1 parent cdfda0d commit 706773c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions markdown/docs/concepts/asyncapi-document/structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,7 @@ operations:

### `components` field

The [`components` field][components-object] allows for the definition of reusable structures or definitions applicable across various sections of your document. Items detailed within `components` only become part of the API when explicitly referenced by properties external to this field. Utilize it to avoid repetition and enhance the document's maintainability.

The `components` field lets you define reusable structures or definitions across your document. Items in `components` only become part of the API when explicitly referenced by properties outside this field, so you can use it to avoid repetition and improve maintainability.
The [`components` field][components-object] lets you define reusable structures or definitions across your document. Items in `components` only become part of the API when explicitly referenced by properties outside this field, so you can use it to avoid repetition and improve maintainability.

The `components` field contains the following properties:

Expand Down Expand Up @@ -439,7 +437,7 @@ components:
- [correlation-id-object]: /docs/reference/specification/latest#correlationIdObject
- [operation-reply-object]: /docs/reference/specification/latest#operationReplyObject
- [operation-reply-address-object]: /docs/reference/specification/latest#operationReplyAddressObject
- [external-documentation-object]: docs/reference/specification/latest#externalDocumentationObject
- [external-documentation-object]: /docs/reference/specification/latest#externalDocumentationObject
- [tag-object]: /docs/reference/specification/latest#tagObject
- [operation-trait-object]: /docs/reference/specification/latest#operationTraitObject
- [message-trait-object]: /docs/reference/specification/latest#messageTraitObject
Expand Down

0 comments on commit 706773c

Please sign in to comment.