Email on Acid · JSON-LD Context

Email On Acid Context

JSON-LD context defining the semantic vocabulary for Email On Acid from Email on Acid.

9 Classes 46 Properties 3 Namespaces
View Context View on GitHub

Namespaces

eoa: https://api.emailonacid.com/v5/vocab#
schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

EmailTest SpamTest EmailClient SeedList Screenshot SpamResult ReprocessResult id type

Properties

Property Type Container
subject string
date integer
html string
url reference
client string
os string
category string
browser string
rotate boolean
image_blocking boolean
free boolean
default boolean
clients list
completed list
processing list
bounced list
status string
status_details
submitted integer
attempts integer
screenshots
thumbnail reference
full_thumbnail reference
display_name string
spam
test_method string
from_address string
key string
address_list list
sandbox boolean
free_test boolean
transfer_encoding string
charset string
reference_id string
customer_id string
headers
success boolean
remaining_reprocesses integer
regional boolean
details string
description string
warnings list
content string
error
name string
message string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "eoa": "https://api.emailonacid.com/v5/vocab#",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "EmailTest": "eoa:EmailTest",
    "SpamTest": "eoa:SpamTest",
    "EmailClient": "eoa:EmailClient",
    "SeedList": "eoa:SeedList",
    "Screenshot": "eoa:Screenshot",
    "SpamResult": "eoa:SpamResult",
    "ReprocessResult": "eoa:ReprocessResult",

    "id": "@id",
    "type": "@type",

    "subject": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "date": {
      "@id": "schema:dateCreated",
      "@type": "xsd:integer"
    },
    "html": {
      "@id": "schema:text",
      "@type": "xsd:string"
    },
    "url": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "client": {
      "@id": "eoa:client",
      "@type": "xsd:string"
    },
    "os": {
      "@id": "eoa:operatingSystem",
      "@type": "xsd:string"
    },
    "category": {
      "@id": "eoa:category",
      "@type": "xsd:string"
    },
    "browser": {
      "@id": "eoa:browser",
      "@type": "xsd:string"
    },
    "rotate": {
      "@id": "eoa:rotate",
      "@type": "xsd:boolean"
    },
    "image_blocking": {
      "@id": "eoa:imageBlocking",
      "@type": "xsd:boolean"
    },
    "free": {
      "@id": "eoa:free",
      "@type": "xsd:boolean"
    },
    "default": {
      "@id": "eoa:default",
      "@type": "xsd:boolean"
    },
    "clients": {
      "@id": "eoa:clients",
      "@container": "@list"
    },
    "completed": {
      "@id": "eoa:completed",
      "@container": "@list"
    },
    "processing": {
      "@id": "eoa:processing",
      "@container": "@list"
    },
    "bounced": {
      "@id": "eoa:bounced",
      "@container": "@list"
    },
    "status": {
      "@id": "eoa:status",
      "@type": "xsd:string"
    },
    "status_details": {
      "@id": "eoa:statusDetails"
    },
    "submitted": {
      "@id": "eoa:submitted",
      "@type": "xsd:integer"
    },
    "attempts": {
      "@id": "eoa:attempts",
      "@type": "xsd:integer"
    },
    "screenshots": {
      "@id": "eoa:screenshots"
    },
    "thumbnail": {
      "@id": "eoa:thumbnail",
      "@type": "@id"
    },
    "full_thumbnail": {
      "@id": "eoa:fullThumbnail",
      "@type": "@id"
    },
    "display_name": {
      "@id": "schema:displayName",
      "@type": "xsd:string"
    },
    "spam": {
      "@id": "eoa:spam"
    },
    "test_method": {
      "@id": "eoa:testMethod",
      "@type": "xsd:string"
    },
    "from_address": {
      "@id": "schema:email",
      "@type": "xsd:string"
    },
    "key": {
      "@id": "eoa:key",
      "@type": "xsd:string"
    },
    "address_list": {
      "@id": "eoa:addressList",
      "@container": "@list"
    },
    "sandbox": {
      "@id": "eoa:sandbox",
      "@type": "xsd:boolean"
    },
    "free_test": {
      "@id": "eoa:freeTest",
      "@type": "xsd:boolean"
    },
    "transfer_encoding": {
      "@id": "eoa:transferEncoding",
      "@type": "xsd:string"
    },
    "charset": {
      "@id": "eoa:charset",
      "@type": "xsd:string"
    },
    "reference_id": {
      "@id": "eoa:referenceId",
      "@type": "xsd:string"
    },
    "customer_id": {
      "@id": "eoa:customerId",
      "@type": "xsd:string"
    },
    "headers": {
      "@id": "eoa:headers"
    },
    "success": {
      "@id": "eoa:success",
      "@type": "xsd:boolean"
    },
    "remaining_reprocesses": {
      "@id": "eoa:remainingReprocesses",
      "@type": "xsd:integer"
    },
    "regional": {
      "@id": "eoa:regional",
      "@type": "xsd:boolean"
    },
    "details": {
      "@id": "eoa:details",
      "@type": "xsd:string"
    },
    "description": {
      "@id": "schema:description",
      "@type": "xsd:string"
    },
    "warnings": {
      "@id": "eoa:warnings",
      "@container": "@list"
    },
    "content": {
      "@id": "eoa:content",
      "@type": "xsd:string"
    },
    "error": {
      "@id": "eoa:error"
    },
    "name": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "message": {
      "@id": "schema:description",
      "@type": "xsd:string"
    }
  }
}