You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec/asyncapi.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1454,7 +1454,7 @@ Message Example Object represents an example of a [Message Object](#messageObjec
1454
1454
Field Name | Type | Description
1455
1455
---|:---:|---
1456
1456
<a name="messageExampleObjectHeaders"></a>headers | `Map[string, any]` | The value of this field MUST validate against the [Message Object's headers](#messageObjectHeaders) field.
1457
-
<a name="messageExampleObjectPayload"></a>payload | `Map[string, any]` | The value of this field MUST validate against the [Message Object's payload](#messageObjectPayload) field.
1457
+
<a name="messageExampleObjectPayload"></a>payload | `any` | The value of this field MUST validate against the [Message Object's payload](#messageObjectPayload) field.
1458
1458
<a name="messageExampleObjectName"></a>name | `string` | A machine-friendly name.
1459
1459
<a name="messageExampleObjectSummary"></a>summary | `string` | A short summary of what the example is about.
0 commit comments