Minimal tokens
This example represents the smallest valid DTIF payload. It contains a single spacing token, making it useful for quick validation smoke tests.
See minimal.tokens.json
for the complete document.
Sample tokens
json
{
"$version": "1.0.0",
"spacing": {
"small": {
"$type": "dimension",
"$value": {
"dimensionType": "length",
"value": 2,
"unit": "px"
}
}
}
}