{
    "version": 1.1,
    "tags": [
        {
            "name": "fluent-card",
            "title": "Card",
            "description": "The Fluent UI card element",
            "attributes": [
                {
                    "name": "card-fill-color",
                    "title": "Card fill color",
                    "description": "The fill color for the card, which also sets context for the design system.",
                    "type": "string",
                    "required": false
                },
                {
                    "name": "neutral-palette-source",
                    "title": "Neutral Palette Source",
                    "description": "The neutral palette source color for the card component to allow tinting, which also sets context for the design system",
                    "type": "string",
                    "required": false
                }
            ],
            "slots": [
                {
                    "name": "",
                    "title": "Default slot",
                    "description": "The content of the card"
                }
            ]
        }
    ]
}
