[community-group] Merged Pull Request: fix: correct JSON Pointer reference example in aliases spec

ChucKN0risK has just merged ilikescience's pull request 369 for https://github.com/design-tokens/community-group:

== fix: correct JSON Pointer reference example in aliases spec ==
Example 32 incorrectly showed `$ref` at the token level pointing to `#/colors/blue/$value`, which would resolve to a value object without the `$value` wrapper, producing an invalid token structure.

Fixed by:
- Changing `semantic.primary` to reference `#/colors/blue` (the whole token) instead of `#/colors/blue/$value`
- Wrapping `semantic.primaryHue`'s `$ref` inside `$value` since it extracts a component value, not a whole token


See https://github.com/design-tokens/community-group/pull/369


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 30 December 2025 10:09:07 UTC