{
  "version": "1.1.0",
  "source": {
    "tool": "figma",
    "fileId": "sample-rich-text"
  },
  "tokens": {
    "typography.body.regular": {
      "type": "typography",
      "value": {
        "fontFamily": "Inter",
        "fontSize": 14,
        "fontWeight": 400,
        "lineHeight": 20,
        "letterSpacing": 0
      }
    },
    "typography.body.bold": {
      "type": "typography",
      "value": {
        "fontFamily": "Inter",
        "fontSize": 14,
        "fontWeight": 700,
        "lineHeight": 20,
        "letterSpacing": 0
      }
    }
  },
  "nodes": [
    {
      "id": "scr_text",
      "type": "screen",
      "name": "Text",
      "role": "container",
      "children": ["txt_terms"]
    },
    {
      "id": "txt_terms",
      "type": "text",
      "name": "Terms label",
      "role": "text",
      "parentId": "scr_text",
      "text": "By continuing, you agree to the Terms of Service.",
      "style": {"text": "{typography.body.regular}"},
      "textRuns": [
        {"start": 0, "end": 32, "style": {"text": "{typography.body.regular}"}},
        {
          "start": 32,
          "end": 48,
          "style": {"text": "{typography.body.bold}"},
          "link": {"href": "https://example.com/terms"}
        },
        {"start": 48, "end": 49, "style": {"text": "{typography.body.regular}"}}
      ]
    }
  ]
}
