> ## Documentation Index
> Fetch the complete documentation index at: https://gobl-regime-code.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Message

Message represents a simple message object with a title and some content meant.

## Schema ID

`https://gobl.org/draft-0/note/message`

## Properties

| Title     | Property  | Type                          | Req. | Description                                                |
| --------- | --------- | ----------------------------- | ---- | ---------------------------------------------------------- |
| UUID      | `uuid`    | string                        |      | Universally Unique Identifier.                             |
| Title     | `title`   | string                        |      | Summary of the message content                             |
| Content   | `content` | string                        | true | Details of what exactly this message wants to communicate. |
| Meta Data | `meta`    | [cbc.Meta](/draft-0/cbc/meta) |      | Any additional semi-structured data that might be useful.  |
