diff --git a/markdown/docs/reference/specification/v3.0.0.md b/markdown/docs/reference/specification/v3.0.0.md
index aa83815bff65..e155dd180282 100644
--- a/markdown/docs/reference/specification/v3.0.0.md
+++ b/markdown/docs/reference/specification/v3.0.0.md
@@ -1335,8 +1335,8 @@ Message Example Object represents an example of a [Message Object](#messageObjec
Field Name | Type | Description
---|:---:|---
-headers | `Map[string, any]` | The value of this field MUST validate against the [Message Object's headers](#messageObjectHeaders) field.
-payload | `Map[string, any]` | The value of this field MUST validate against the [Message Object's payload](#messageObjectPayload) field.
+headers | `any` | The value of this field MUST validate against the [Message Object's headers](#messageObjectHeaders) field.
+payload | `any` | The value of this field MUST validate against the [Message Object's payload](#messageObjectPayload) field.
name | `string` | A machine-friendly name.
summary | `string` | A short summary of what the example is about.
@@ -2585,4 +2585,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.
\ No newline at end of file
+password | `string` | `password` | Used to hint UIs the input needs to be obscured.