Document
A document is schema-less and is used to store information other than structured JSON messages. The information is stored as raw bytes and thus it requires the metadata in the header structure to determine the content.
Header
Name | Type | Description |
---|---|---|
fileName | string |
The file name of the document, including the extension. |
name | string |
The friendly name of the document. |
type | string |
The value document . |
version | string |
The value IRBX.2 |
Content
Anything. There is no restriction on the content of a document.