Skip to content

Commit

Permalink
fix: add extension notice on Server Object
Browse files Browse the repository at this point in the history
  • Loading branch information
VisualBean authored Jan 22, 2025
1 parent 97ea47f commit b0c4924
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/asyncapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,8 @@ Field Name | Type | Description
<a name="serverObjectExternalDocs"></a>externalDocs | [External Documentation Object](#externalDocumentationObject) \| [Reference Object](#referenceObject) | Additional external documentation for this server.
<a name="serverObjectBindings"></a>bindings | [Server Bindings Object](#serverBindingsObject) \| [Reference Object](#referenceObject) | A map where the keys describe the name of the protocol and the values describe protocol-specific definitions for the server.

This object MAY be extended with [Specification Extensions](#specificationExtensions).

##### Server Object Example

A single server would be described as:
Expand Down

0 comments on commit b0c4924

Please sign in to comment.