The source project of the token
Type: object
| Attribute | Type | Description | 
|---|---|---|
| id | string | The unique id of the source project | 
| name | string | The name of the source project | 
| platform | string ("web", "ios", "android" or "macos") | The target platform of the source project | 
| linked_styleguide | Object Reference (Optional) | Reference of the styleguide which the source project is linked to | 
Example
{
  "id": "5db81e73e1e36ee19f138c1a",
  "name": "HAL 9000",
  "platform": "web",
  "linked_styleguide": {
    "id": "5db981be9df2b3e1bfa19ef2"
  }
}