From f7fdf63b3674dc41adf71fb8d312f3ff7541ff8d Mon Sep 17 00:00:00 2001 From: Animesh Kumar Date: Fri, 21 Jun 2024 14:21:07 +0530 Subject: [PATCH] fix: add comments to support array objects Changes: - update json pointer in spec that support the arrays merge in the base doc - update json pointer to support root doc --- spec/asyncapi.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/spec/asyncapi.md b/spec/asyncapi.md index bccf836a..dc5877f7 100644 --- a/spec/asyncapi.md +++ b/spec/asyncapi.md @@ -951,7 +951,7 @@ This object MAY be extended with [Specification Extensions](#specificationExtens ##### Operation Trait Object Example - + ```json { "bindings": { @@ -962,7 +962,7 @@ This object MAY be extended with [Specification Extensions](#specificationExtens } ``` - + ```yaml bindings: amqp: @@ -1438,7 +1438,7 @@ This object MAY be extended with [Specification Extensions](#specificationExtens ##### Message Example Object Example - + ```json { "name": "SimpleSignup", @@ -1458,7 +1458,7 @@ This object MAY be extended with [Specification Extensions](#specificationExtens } ``` - + ```yaml name: SimpleSignup summary: A simple UserSignup example message @@ -1610,7 +1610,7 @@ my.org.User ##### Components Object Example - + ```json { "components": { @@ -1744,7 +1744,7 @@ my.org.User } ``` - + ```yaml components: schemas: