Skip to content
Matt Towers edited this page Sep 8, 2015 · 2 revisions

Throughout the framework, all entities are represented by reference using a common representation of a type and ID pair.

Attributes

Property Value Required Description
type String true The data type of the object
id String true A unique ID for an instance of the object of the specified type

Example

"actor": {
  "type": "user",
  "id": "428119"
}

Clone this wiki locally