{
  "categories": ["color", "space", "size", "radius", "font", "shadow", "motion"],
  "properties": {
    "color": ["bg", "fg", "border", "outline", "shadow"],
    "space": ["gap", "padding", "margin", "inset"],
    "size": ["icon", "avatar", "input", "touch"],
    "radius": ["sm", "md", "lg", "full"],
    "font": ["size", "weight", "line-height", "letter-spacing"],
    "shadow": ["sm", "md", "lg", "inner"],
    "motion": ["duration", "easing"]
  },
  "intents": ["primary", "secondary", "danger", "success", "warning", "muted", "inverse", "disabled"],
  "modifiers": ["default", "hover", "active", "disabled", "focus", "subtle"],
  "naming": "{category}.{property}.{intent}.{modifier?}",
  "examples": {
    "valid": [
      "color.bg.primary",
      "color.fg.danger",
      "space.gap.md",
      "color.border.muted.hover",
      "radius.md",
      "shadow.lg"
    ],
    "invalid": [
      "red-500",
      "bg-primary",
      "color.background.main",
      "colorBgPrimary",
      "button-bg-color"
    ]
  },
  "themes": ["light", "dark", "high-contrast"],
  "primitive_format": "{category}.{scale}",
  "primitive_examples": ["color.gray.100", "color.blue.500", "space.4", "radius.md"]
}
