The source styleguide of the token
Type: object
Attribute | Type | Description |
---|---|---|
id | string | The unique id of the source styleguide |
name | string | The name of the source styleguide |
platform | string ("base" , "web" , "ios" , "android" or "macos" ) | The target platform of the source styleguide |
parent | Object Reference (Optional) | Reference of the parent styleguide of the source styleguide |
Example
{
"id": "5db981be9df2b3e1bfa19ef2",
"name": "Discovery 1",
"platform": "web",
"linked_styleguide": {
"id": "5db981be9df2b3e1bfa19ef2"
}
}