microsoft / fluentui-token-pipeline

The Fluent UI token pipeline generates source code for Fluent UI libraries.
https://microsoft.github.io/fluentui-token-pipeline/
Other
41 stars 18 forks source link

Token JSON schema #47

Closed TravisSpomer closed 3 years ago

TravisSpomer commented 3 years ago

For people who are manually writing token JSON, it would be helpful to have a schema so that they get assistance from VS Code. (Or, some other way of making the process of editing tokens easier for people who don't want to use the Figma plugin.)

This is almost entirely already built out in src/pipeline/types.ts and would mostly just need to be converted to a JSON schema format.