Additional information about the color token
Type: object
Attribute | Type | Description |
---|---|---|
source | Design Token Source | Source of the design token–either project or styleguide . |
resource | Design Token Resouce | Details of the Color object that the design token is generated from. |
Example
{
"source": {
"styleguide": {
"id": "5db981be9df2b3e1bfa19ef2",
"name": "Discovery 1",
"platform": "web"
}
},
"resource": {
"id": "605df86a46d1fe50fceb9b49",
"type": "Color"
}
}