Skip to content

Latest commit

 

History

History
175 lines (89 loc) · 4.29 KB

File metadata and controls

175 lines (89 loc) · 4.29 KB

Workfront Object Schema

https://ns.adobe.com/experience/workfront/object

Base work related object

Abstract Extensible Status Identifiable Custom Properties Additional Properties Defined In
Can be instantiated Yes Experimental No Forbidden Permitted adobe/experience/workfront/workobject.schema.json

Schema Hierarchy

Workfront Object Properties

Property Type Required Defined by
@id string Optional Record Schema
workfront:customData object Optional Workfront Object (this schema)
workfront:objectName string Optional Workfront Object (this schema)
workfront:objectType string Optional Workfront Object (this schema)
workfront:parentID string Optional Workfront Object (this schema)
workfront:parentObjectType string Optional Workfront Object (this schema)
xdm:extSourceSystemAudit External Source System Audit Attributes Optional External Source System Audit Details
* any Additional this schema allows additional properties

@id

Identifier

A unique identifier for the record.

@id

@id Type

string

  • format: uri-reference – URI Reference (according to RFC3986)

workfront:customData

Custom Form Fields

Custom form data in the form of key/value pairs

workfront:customData

  • is optional
  • type: object
  • defined in this schema

workfront:customData Type

object with following properties:

Property Type Required

workfront:objectName

Name

The title or name associated with a given instance of the object

workfront:objectName

  • is optional
  • type: string
  • defined in this schema

workfront:objectName Type

string

workfront:objectType

Object Type

Basic string value representing the high level type of object

workfront:objectType

  • is optional
  • type: string
  • defined in this schema

workfront:objectType Type

string

workfront:parentID

Parent Object ID

The @id of a parent object if it exists

workfront:parentID

  • is optional
  • type: string
  • defined in this schema

workfront:parentID Type

string

workfront:parentObjectType

Parent Object Type

String value representing the type of parent - PROJECT, TASK, etc.

workfront:parentObjectType

  • is optional
  • type: string
  • defined in this schema

workfront:parentObjectType Type

string

xdm:extSourceSystemAudit

External Source System Audit Properties

Audit attributes for external sources.

xdm:extSourceSystemAudit

xdm:extSourceSystemAudit Type