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.
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.