{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "DeletedMessageBatch", "type": "object", "description": "Confirmation of a deleted message batch.", "properties": { "id": { "type": "string", "description": "The ID of the deleted batch." }, "type": { "type": "string" } } }