{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UpdateAutomatedMessage", "title": "UpdateAutomatedMessage", "type": "object", "required": [ "text" ], "properties": { "text": { "type": "string", "description": "Updated text content of the automated message." } } }