Whether an announcement can be dismissed by the user.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/announcement-user-dismissible", "title": "announcement-user-dismissible", "type": "boolean", "description": "Whether an announcement can be dismissed by the user.", "example": false, "nullable": true, "default": false }