Skip to content

Commit 82cb5a9

Browse files
fix: correct table formatting on lines 204, 2699, 2758-2763
1 parent b3fac5b commit 82cb5a9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

spec/asyncapi.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ It combines resource listing and API declaration together into one document.
201201
##### Fixed Fields
202202

203203
Field Name | Type | Description
204-
---|:---:|---
204+
--- | :---: | ---
205205
<a name="A2SAsyncAPI"></a>asyncapi | [AsyncAPI Version String](#A2SVersionString) | **REQUIRED.** Specifies the AsyncAPI Specification version being used. It can be used by tooling Specifications and clients to interpret the version. The structure shall be `major`.`minor`.`patch`, where `patch` versions _must_ be compatible with the existing `major`.`minor` tooling. Typically patch versions will be introduced to address errors in the documentation, and tooling should typically be compatible with the corresponding `major`.`minor` (1.0.*). Patch versions will correspond to patches of this document.
206206
<a name="A2SId"></a>id | [Identifier](#A2SIdString) | Identifier of the [application](#definitionsApplication) the AsyncAPI document is defining.
207207
<a name="A2SInfo"></a>info | [Info Object](#infoObject) | **REQUIRED.** Provides metadata about the API. The metadata can be used by the clients if needed.
@@ -2696,7 +2696,7 @@ The table below provides examples of runtime expressions and examples of their u
26962696
#### <a name="runtimeExpressionExamples"></a>Examples
26972697

26982698
Source Location | Example expression | Notes
2699-
---|:---|:---|
2699+
--- | :--- | :---
27002700
Message Header Property | `$message.header#/MQMD/CorrelId` | Correlation ID is set using the `CorrelId` value from the `MQMD` header.
27012701
Message Payload Property | `$message.payload#/messageId` | Correlation ID is set using the `messageId` value from the message payload.
27022702

@@ -2755,12 +2755,12 @@ Common Name | `type` | [`format`](#dataTypeFormat) | Comments
27552755
----------- | ------ | -------- | --------
27562756
integer | `integer` | `int32` | signed 32 bits
27572757
long | `integer` | `int64` | signed 64 bits
2758-
float | `number` | `float` | |
2759-
double | `number` | `double` | |
2760-
string | `string` | | |
2758+
float | `number` | `float` |
2759+
double | `number` | `double` |
2760+
string | `string` | |
27612761
byte | `string` | `byte` | base64 encoded characters
27622762
binary | `string` | `binary` | any sequence of octets
2763-
boolean | `boolean` | | |
2763+
boolean | `boolean` | |
27642764
date | `string` | `date` | As defined by `full-date` - [RFC3339](https://www.rfc-editor.org/rfc/rfc3339.html#section-5.6)
27652765
dateTime | `string` | `date-time` | As defined by `date-time` - [RFC3339](https://www.rfc-editor.org/rfc/rfc3339.html#section-5.6)
27662766
password | `string` | `password` | Used to hint UIs the input needs to be obscured.

0 commit comments

Comments
 (0)