{ "type": "object", "description": "Recipient information for a message.", "properties": { "actorId": { "type": "string", "description": "Actor ID of the recipient", "example": "actor_101" } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "MessageRecipient" }