| Name | Type | Description |
| object_type | String | Will always be datastore_item |
| is_valid | Boolean | True if this references a published snippet |
| guid | String | The unique identifier for this snippet |
| value | String | Contains the same value as guid |
| name | text | The unique name of the snippet. This property is primarily intended for internal use by website administrators to uniquely identify snippets |
| folder_guid | String | The unique identifier of the related folder |
| folder | folder | Reference to the related folder object |
| content_html | html | The HTML content for the snippet |
| tags | tags | The list of tags associated with this snippet |
| search_entity_guid | String | The unique identifier for the entity that search results should be directed to |
| search_entity | entity | The entity that search results should be directed to |
| field_id | String | The identifier for this field |
| label | String | The label for this field |
| output | String | Identical to using {{ snippet.content_html.value }} |
Contains multiple snippets.
| Name | Type | Description |
| output | String | The default output that the snippets will produce when it is output directly to the template - using the "output_in_list" property of each snippet in the items list |