{
    "type": "object",
    "properties": {
        "SendEmailResponse": {
            "type": "object",
            "properties": {
                "$": {
                    "type": "object",
                    "properties": {
                        "xmlns": {
                            "type": "string"
                        }
                    },
                    "required": [
                        "xmlns"
                    ]
                },
                "SendEmailResult": {
                    "type": "object",
                    "properties": {
                        "MessageId": {
                            "type": "string"
                        }
                    },
                    "required": [
                        "MessageId"
                    ]
                },
                "ResponseMetadata": {
                    "type": "object",
                    "properties": {
                        "RequestId": {
                            "type": "string"
                        }
                    },
                    "required": [
                        "RequestId"
                    ]
                }
            },
            "required": [
                "$",
                "SendEmailResult",
                "ResponseMetadata"
            ]
        }
    },
    "version": 1
}
