Skip to content

Commit eeb2c1b

Browse files
authored
docs: update Message Example payload type (#1082)
1 parent 97ea47f commit eeb2c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/asyncapi.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1454,7 +1454,7 @@ Message Example Object represents an example of a [Message Object](#messageObjec
14541454
Field Name | Type | Description
14551455
---|:---:|---
14561456
<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.
14581458
<a name="messageExampleObjectName"></a>name | `string` | A machine-friendly name.
14591459
<a name="messageExampleObjectSummary"></a>summary | `string` | A short summary of what the example is about.
14601460

0 commit comments

Comments
 (0)