Type: object
Attribute | Type | Description |
---|---|---|
value | string | The value of color token in rgb(r, g, b) or rgba(r, g, b, a) format. |
metadata | Color Design Token Metadata | - |
Example
{
"value": "rgb(255, 255, 0)",
"metadata": {
"source": {
"styleguide": {
"id": "5db981be9df2b3e1bfa19ef2",
"name": "Discovery 1",
"platform": "web"
}
},
"resource": {
"id": "605df86a46d1fe50fceb9b49",
"type": "Color"
}
}
}