https://ns.adobe.com/experience/workfront/category
Category related fields
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
|---|---|---|---|---|---|---|
| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | adobe/experience/workfront/category.schema.json |
{
"workfront:category": {
"workfront:isActive": true,
"workfront:objectCode": "TASK",
"workfront:groupID": "12321ASDS1232AB"
}
}| Property | Type | Required | Defined by |
|---|---|---|---|
| workfront:category | object |
Optional | Workfront Category Attributes (this schema) |
* |
any | Additional | this schema allows additional properties |
workfront:category
- is optional
- type:
object - defined in this schema
object with following properties:
| Property | Type | Required |
|---|---|---|
workfront:description |
string | Optional |
workfront:groupID |
string | Optional |
workfront:isActive |
boolean | Optional |
workfront:objectCode |
string | Optional |
Description of the wf category object
workfront:description
- is optional
- type:
string
string
Group id this category belongs to
workfront:groupID
- is optional
- type:
string
string
Flag that describes if category is active
workfront:isActive
- is optional
- type:
boolean
boolean
Object code for category
workfront:objectCode
- is optional
- type:
string
string