Skip to content

Commit

Permalink
chore: remove extra lines, fix markdown lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AnimeshKumar923 committed Jun 17, 2024
1 parent 9e160c1 commit 9d83edf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions spec/asyncapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ This object MAY be extended with [Specification Extensions](#specificationExtens

##### Info Object Example


<!-- asyncapi-example-tester:{"name":"Info Object","json_path":"$.info"} -->
```json
{
Expand Down Expand Up @@ -344,7 +343,6 @@ This object MAY be extended with [Specification Extensions](#specificationExtens
}
```


```yaml
name: API Support
url: https://www.example.com/support
Expand Down Expand Up @@ -374,7 +372,6 @@ This object MAY be extended with [Specification Extensions](#specificationExtens
}
```


```yaml
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
Expand Down Expand Up @@ -796,7 +793,6 @@ Field Pattern | Type | Description
}
```


```yaml
onUserSignUp:
title: User sign up
Expand Down Expand Up @@ -2689,4 +2685,4 @@ binary | `string` | `binary` | any sequence of octets
boolean | `boolean` | | |
date | `string` | `date` | As defined by `full-date` - [RFC3339](https://www.rfc-editor.org/rfc/rfc3339.html#section-5.6)
dateTime | `string` | `date-time` | As defined by `date-time` - [RFC3339](https://www.rfc-editor.org/rfc/rfc3339.html#section-5.6)
password | `string` | `password` | Used to hint UIs the input needs to be obscured.
password | `string` | `password` | Used to hint UIs the input needs to be obscured.

0 comments on commit 9d83edf

Please sign in to comment.