Glossary
Looking for a definition? We've got your back!
Last updated
Was this helpful?
Looking for a definition? We've got your back!
Last updated
Was this helpful?
An organization, sometimes called workspace, is the Specify place you share with your team.
A repository is like a directory containing your design tokens and assets. The design data is stored within a JSON compatible tree built upon the .
A source belongs to a repository, it represents where the original design tokens and/or assets come from - think of (Variables or Local Styles) or .
A destination belongs to a repository, it represents where the formatted design data get distributed on updates - think of or any automation you can come up with our and .
The SDTF stands for . It's a token format that helps you sync design tokens from Figma Styles, Figma Variables, and Tokens Studio. Your design tokens are created and saved as a token tree you can query and transform thanks to the Specify API. The SDTF is composed of more than 50 token types. In a SDTF token tree, design tokens can be organized in Collections, Groups, and Modes.
A Token type is a type of design token or asset supported by Specify like a color
, a textStyle
or a vector
.
A collection is a way to group design tokens while ensuring the modes of the tokens they contain within the SDTF. A Collection can contain groups, and design tokens with one or several modes.
A group is way to semantically group design tokens in the SDTF. A group contains design tokens, other groups and exists in the context of a collection.
An alias design token is a design token whose value is not a raw value but a reference to another design token's value.
A Mode is a way to associate the value of a design token to a specific context. For instance, a color
named background
can have several values associated to different modes like Light
or Dark
.
The is the high-level design data transformation and export API.
A is a JSON object describing a series of parsers and options, responsible to transform and export your design tokens and assets to your code base.
are functions allowing you to transform design tokens and assets coming from Specify to fit your needs and company standards. .
The offers versatile methods for working with token trees, enabling data manipulation, transformation, and conversion into various formats or languages, bridging the gap between stored and live token instances within your repository.
The brings together the core APIs that enable most of Specify features to seamlessly integrate, whether you're working in Figma or Token Studio, managing GitHub pull-requests, or directly within your codebase with the SDK or the CLI.
A file is a JSON or JavaScript file, made of one or many rules and the credentials to authenticate. The configuration is used to communicate with the Parsers Engine.