diff --git a/technical-reports/format/design-token.md b/technical-reports/format/design-token.md index 99852eb..12df73c 100644 --- a/technical-reports/format/design-token.md +++ b/technical-reports/format/design-token.md @@ -23,9 +23,18 @@ The example above therefore defines 1 design token with the following properties Name and value are both **required**. -
- JSON can support string, number, array, and object value types. Should all of these types be allowed for token values? -
+### Token value type + +Token values may be any valid JSON type: + +- `string` +- `number` +- `array` +- `object` +- `boolean` +- `null` + +Additionally, tokens may be defined with a more specific [Token Type](#types)