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-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1456,7 +1456,7 @@ Message Example Object represents an example of a [Message Object](#messageObjec
1456
1456
Field Name | Type | Description
1457
1457
---|:---:|---
1458
1458
<a name="messageExampleObjectHeaders"></a>headers | `Map[string, any]` | The value of this field MUST validate against the [Message Object's headers](#messageObjectHeaders) field.
1459
-
<a name="messageExampleObjectPayload"></a>payload | `Map[string, any]` | The value of this field MUST validate against the [Message Object's payload](#messageObjectPayload) field.
1459
+
<a name="messageExampleObjectPayload"></a>payload | `any` | The value of this field MUST validate against the [Message Object's payload](#messageObjectPayload) field.
1460
1460
<a name="messageExampleObjectName"></a>name | `string` | A machine-friendly name.
1461
1461
<a name="messageExampleObjectSummary"></a>summary | `string` | A short summary of what the example is about.
0 commit comments