Text Style Design Token Metadata

Additional information about the text style token

Type: object

AttributeTypeDescription
sourceDesign Token SourceSource of the design token–either project or styleguide.
resourceDesign Token ResouceDetails of the TextStyle object that the design token is generated from.

Example

{
  "source": {
    "styleguide": {
      "id": "5db981be9df2b3e1bfa19ef2",
      "name": "Discovery 1",
      "platform": "web"
    }
  },
  "resource": {
    "id": "5dbad85a76ea51c1f35b6f69",
    "type": "TextStyle"
  }
}