Figma Export JSON
Figma Export JSON
This is an example input file shape from a Figma Variables export.
- Raw file:
figma-export.json
This export format includes Figma-specific metadata and reference syntax. Use the Figma Adapter to normalize it into the canonical contract format defined in Variable Contract.
Normalization required
Figma exports need normalization before use:
- Extract
$collection_metadatato$extensions - Extract
$variable_metadatato$extensions - Normalize collection names (remove
@prefix) - Convert reference syntax (
{@collection.token}→{collection.token}) - Move mode values from metadata to
$valueobjects
See Figma Adapter for complete normalization steps.