-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathamazon-ses-openapi-email-message-context.jsonld
More file actions
58 lines (58 loc) · 1.18 KB
/
amazon-ses-openapi-email-message-context.jsonld
File metadata and controls
58 lines (58 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"@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"
}
}
}