{
  "_copyright": "Copyright (c) 2026, Salesforce, Inc., All rights reserved. For full license text, see the LICENSE.txt file",
  "$schema": "https://slds.lightningdesignsystem.com/schemas/uif-foundation.v1.json",
  "apiVersion": "1.0.0",
  "name": "Badge",
  "description": "Badges are labels which hold small amounts of information.",
  "structure": {
    "name": "root",
    "restrict": [
      "span"
    ],
    "description": "Create badge component",
    "slot": {
      "name": "default",
      "required": true
    }
  },
  "accessibility": {
    "requirements": [
      {
        "id": "color-meaning",
        "description": "Color alone should not convey meaning. Ensure badges have text content or accessible labels."
      }
    ]
  }
}
