Skip to content

Commit

Permalink
fix: put comments in proper place
Browse files Browse the repository at this point in the history
Changes:
- similar change to: #1059 (comment)
  • Loading branch information
AnimeshKumar923 committed Jun 18, 2024
1 parent b8174d8 commit 10ad1ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/asyncapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,9 +362,9 @@ Field Name | Type | Description

This object MAY be extended with [Specification Extensions](#specificationExtensions).

<!-- asyncapi-example-tester:{"name":"License Object","json_path":"$.info.license"} -->
##### License Object Example

<!-- asyncapi-example-tester:{"name":"License Object","json_path":"$.info.license"} -->
```json
{
"name": "Apache 2.0",
Expand Down Expand Up @@ -835,9 +835,9 @@ Field Name | Type | Description

This object MAY be extended with [Specification Extensions](#specificationExtensions).

<!-- asyncapi-example-tester:{"name":"Operation Object","json_path":"$.operations.sendUserSignUp"} -->
##### Operation Object Example

<!-- asyncapi-example-tester:{"name":"Operation Object","json_path":"$.operations.sendUserSignUp"} -->
```json
{
"title": "User sign up",
Expand Down Expand Up @@ -1215,9 +1215,9 @@ Field Name | Type | Description

This object MAY be extended with [Specification Extensions](#specificationExtensions).

<!-- asyncapi-example-tester:{"name":"Message Object","json_path":"$.components.messages.userSignedUp"} -->
##### Message Object Example

<!-- asyncapi-example-tester:{"name":"Message Object","json_path":"$.components.messages.userSignedUp"} -->
```json
{
"name": "UserSignup",
Expand Down

0 comments on commit 10ad1ed

Please sign in to comment.