Spacing Token

Type: object

AttributeTypeDescription
idstringThe unique id of the token
namestringThe name of the token
valuenumberThe value of the token
colorSpacing Token Color-
sectionObject ReferenceReference of the section that contains the token
sourceResource Source (Optional)Source of the color–either project or styleguide.

Example

{
  "id": "5dbad85a76ea51c1f35b6f69",
  "name": "$spacingxs",
  "value": 16,
  "color": {
    "r": 143,
    "g": 152,
    "b": 5,
    "a": 1
  },
  "section": {
    "id": "5db81e6e6a4462065f04d932"
  },
  "source": {
    "project": {
      "id": "5db81e73e1e36ee19f138c1a",
      "name": "HAL 9000",
      "platform": "web",
      "linked_styleguide": {
        "id": "5db981be9df2b3e1bfa19ef2"
      }
    }
  }
}