Amazon SES · JSON-LD Context

Amazon Ses Openapi Email Message Context

JSON-LD context defining the semantic vocabulary for Amazon Ses Openapi Email Message from Amazon SES.

1 Classes 12 Properties 4 Namespaces
View Context View on GitHub

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

JSON-LD Document

Raw ↑
{
  "@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"
    }
  }
}