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",