Design Token Project

The source project of the token

Type: object

AttributeTypeDescription
idstringThe unique id of the source project
namestringThe name of the source project
platformstring ("web", "ios", "android" or "macos")The target platform of the source project
linked_styleguideObject 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"
  }
}