{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-pinpoint/refs/heads/main/json-schema/amazon-pinpoint-template-create-message-body-schema.json", "title": "TemplateCreateMessageBody", "description": "Provides information about a request to create a message template.", "type": "object", "properties": { "Arn": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "description": "The Amazon Resource Name (ARN) of the message template that was created." } ] }, "Message": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "description": "The message that's returned from the API for the request to create the message template." } ] }, "RequestID": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "description": "The unique identifier for the request to create the message template." } ] } } }