Property description
The attachmentCategories asset defines categories for attachments added to objects.
Minimal JSON
{
"key": "",
"name": ""
}{
"key": "word_docs",
"name": "Word Documents"
}Nested properties
| Property | Description | Values | Mandatory |
|---|---|---|---|
key | Unique key of the asset. Used for referencing in the same package or other packages using packageKey#assetKey. | string | Yes |
name | Name of the asset, used as the default EN translation. | string | Yes |