Amazon Ses Emailmessage Context
JSON-LD context defining the semantic vocabulary for Amazon Ses Emailmessage from Amazon SES.
1 Classes
19 Properties
4 Namespaces
Namespaces
aws:
https://aws.amazon.com/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
EmailMessage
Properties
| Property |
Type |
Container |
| Simple |
string |
|
| Subject |
string |
|
| Data |
string |
|
| Charset |
string |
|
| Body |
string |
|
| Text |
string |
|
| Html |
string |
|
| Raw |
string |
|
| Template |
string |
|
| TemplateName |
string |
|
| TemplateArn |
string |
|
| TemplateData |
string |
|
| FromEmailAddress |
string |
|
| Destination |
string |
|
| ToAddresses |
string |
set |
| CcAddresses |
string |
set |
| BccAddresses |
string |
set |
| ReplyToAddresses |
string |
set |
| ConfigurationSetName |
string |
|
JSON-LD Document
{
"@context": {
"@version": 1.1,
"aws": "https://aws.amazon.com/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"EmailMessage": "aws:EmailMessage",
"Simple": {
"@id": "aws:Simple",
"@type": "xsd:string"
},
"Subject": {
"@id": "aws:Subject",
"@type": "xsd:string"
},
"Data": {
"@id": "aws:Data",
"@type": "xsd:string"
},
"Charset": {
"@id": "aws:Charset",
"@type": "xsd:string"
},
"Body": {
"@id": "aws:Body",
"@type": "xsd:string"
},
"Text": {
"@id": "aws:Text",
"@type": "xsd:string"
},
"Html": {
"@id": "aws:Html",
"@type": "xsd:string"
},
"Raw": {
"@id": "aws:Raw",
"@type": "xsd:string"
},
"Template": {
"@id": "aws:Template",
"@type": "xsd:string"
},
"TemplateName": {
"@id": "aws:TemplateName",
"@type": "xsd:string"
},
"TemplateArn": {
"@id": "aws:TemplateArn",
"@type": "xsd:string"
},
"TemplateData": {
"@id": "aws:TemplateData",
"@type": "xsd:string"
},
"FromEmailAddress": {
"@id": "aws:FromEmailAddress",
"@type": "xsd:string"
},
"Destination": {
"@id": "aws:Destination",
"@type": "xsd:string"
},
"ToAddresses": {
"@id": "aws:ToAddresses",
"@container": "@set",
"@type": "xsd:string"
},
"CcAddresses": {
"@id": "aws:CcAddresses",
"@container": "@set",
"@type": "xsd:string"
},
"BccAddresses": {
"@id": "aws:BccAddresses",
"@container": "@set",
"@type": "xsd:string"
},
"ReplyToAddresses": {
"@id": "aws:ReplyToAddresses",
"@container": "@set",
"@type": "xsd:string"
},
"ConfigurationSetName": {
"@id": "aws:ConfigurationSetName",
"@type": "xsd:string"
}
}
}