Skip to content

Commit b0c4924

Browse files
authored
fix: add extension notice on Server Object
1 parent 97ea47f commit b0c4924

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/asyncapi.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,8 @@ Field Name | Type | Description
485485
<a name="serverObjectExternalDocs"></a>externalDocs | [External Documentation Object](#externalDocumentationObject) \| [Reference Object](#referenceObject) | Additional external documentation for this server.
486486
<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.
487487

488+
This object MAY be extended with [Specification Extensions](#specificationExtensions).
489+
488490
##### Server Object Example
489491

490492
A single server would be described as:

0 commit comments

Comments
 (0)