Copy
Ask AI
{
"type": "object",
"properties": {
"type": {
"const": "AlertDescription",
"default": "AlertDescription",
"type": "string"
},
"cssClass": {
"type": [
"string",
"null"
],
"default": null,
"description": "CSS/Tailwind classes for styling"
},
"content": {
"description": "Description text",
"type": "string"
}
},
"required": [
"type",
"content"
]
}