n8n-nodes-base
Version:
Base nodes of n8n
36 lines (35 loc) • 951 B
JSON
{
"type": "object",
"properties": {
"SendEmailResponse": {
"type": "object",
"properties": {
"$": {
"type": "object",
"properties": {
"xmlns": {
"type": "string"
}
}
},
"ResponseMetadata": {
"type": "object",
"properties": {
"RequestId": {
"type": "string"
}
}
},
"SendEmailResult": {
"type": "object",
"properties": {
"MessageId": {
"type": "string"
}
}
}
}
}
},
"version": 1
}