From 4aa95d06fee899bedcc0fc67eeb9515457cd0300 Mon Sep 17 00:00:00 2001 From: Matatjahu Date: Thu, 26 May 2022 13:32:12 +0200 Subject: [PATCH] fix anchors --- spec/asyncapi.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/asyncapi.md b/spec/asyncapi.md index 72e135f38..f4851062e 100644 --- a/spec/asyncapi.md +++ b/spec/asyncapi.md @@ -567,8 +567,8 @@ Describes a trait that MAY be applied to an [Server Object](#serverObject). This Field Name | Type | Description ---|:---:|--- -security | [[Security Requirement Object](#securityRequirementObject)] | A declaration of which security mechanisms can be used with this server. The list of values includes alternative security requirement objects that can be used. Only one of the security requirement objects need to be satisfied to authorize a connection or operation. -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. +security | [[Security Requirement Object](#securityRequirementObject)] | A declaration of which security mechanisms can be used with this server. The list of values includes alternative security requirement objects that can be used. Only one of the security requirement objects need to be satisfied to authorize a connection or operation. +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 inherits the fields from [Metadata Object](#metadataObject) and MAY be extended with [Specification Extensions](#specificationExtensions).