Re: [community-group] Example json files? (#82)

Will the examples here (https://github.com/design-tokens/community-group/tree/example-token-files/examples) be updated to meet the new draft spec? It would be useful to be able to test against them. It seems those are out of date, e.g. the following `type: typedef` is a 'user defined composite token' and I think that is being dropped in the next draft release? 

```js
 "my-types": {
    "text-style": {
      "type": "typedef",
      "value": {
        "size": {
          "type": "dimension",
          "required": true
        },
        "color": {
          "type": "color",
          "required": true
        },
        "font": {
          "type": "font",
          "required": true
        },
        "weight": {
          "type": "font-weight",
          "required": true
        },
        "line-height": {
          "type": "number",
          "required": true
        }
      }
    }
  },
```




(also, I don't see a timeline anywhere, what's the ETA of the next draft? It does seem to be soon)

-- 
GitHub Notification of comment by edzillion
Please view or discuss this issue at https://github.com/design-tokens/community-group/issues/82#issuecomment-1046325194 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Sunday, 20 February 2022 21:32:20 UTC