From 10ad1ed9b9f0790e3ec746dd4584872bf2e4e038 Mon Sep 17 00:00:00 2001 From: Animesh Kumar Date: Wed, 19 Jun 2024 00:00:40 +0530 Subject: [PATCH] fix: put comments in proper place Changes: - similar change to: https://github.com/asyncapi/spec/pull/1059#discussion_r1644281614 --- spec/asyncapi.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spec/asyncapi.md b/spec/asyncapi.md index e0389b14..bc844859 100644 --- a/spec/asyncapi.md +++ b/spec/asyncapi.md @@ -362,9 +362,9 @@ Field Name | Type | Description This object MAY be extended with [Specification Extensions](#specificationExtensions). - ##### License Object Example + ```json { "name": "Apache 2.0", @@ -835,9 +835,9 @@ Field Name | Type | Description This object MAY be extended with [Specification Extensions](#specificationExtensions). - ##### Operation Object Example + ```json { "title": "User sign up", @@ -1215,9 +1215,9 @@ Field Name | Type | Description This object MAY be extended with [Specification Extensions](#specificationExtensions). - ##### Message Object Example + ```json { "name": "UserSignup",