Litmus · JSON-LD Context
Litmus Context
JSON-LD context defining the semantic vocabulary for Litmus from Litmus.
7 Classes
46 Properties
4 Namespaces
Namespaces
litmus:
https://litmus.com/vocab#
schema:
https://schema.org/
xsd:
http://www.w3.org/2001/XMLSchema#
dcterms:
http://purl.org/dc/terms/
Classes
EmailTest
PreviewResult
SpamResult
LinkResult
EmailClient
Campaign
CampaignSummary
Properties
| Property | Type | Container |
|---|---|---|
| name | string | |
| description | string | |
| id | string | |
| guid | string | |
| status | string | |
| subject | string | |
| from_address | string | |
| from_name | string | |
| html | string | |
| plain_text | string | |
| client | string | |
| client_name | string | |
| platform | string | |
| orientation | string | |
| available | boolean | |
| full_image_url | reference | |
| thumb_image_url | reference | |
| tracking_pixel_url | reference | |
| filter | string | |
| is_spam | boolean | |
| score | decimal | |
| threshold | decimal | |
| url | reference | |
| redirect_url | reference | |
| status_code | integer | |
| reachable | boolean | |
| total_opens | integer | |
| unique_opens | integer | |
| forwards | integer | |
| prints | integer | |
| read_rate | decimal | |
| skim_rate | decimal | |
| glance_rate | decimal | |
| delete_rate | decimal | |
| percentage | decimal | |
| count | integer | |
| country | string | |
| country_code | string | |
| device_type | string | |
| previews | set | |
| spam_results | set | |
| link_results | set | |
| clients | set | |
| tags | set | |
| created_at | dateTime | |
| completed_at | dateTime |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"litmus": "https://litmus.com/vocab#",
"schema": "https://schema.org/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"dcterms": "http://purl.org/dc/terms/",
"EmailTest": "litmus:EmailTest",
"PreviewResult": "litmus:PreviewResult",
"SpamResult": "litmus:SpamResult",
"LinkResult": "litmus:LinkResult",
"EmailClient": "litmus:EmailClient",
"Campaign": "litmus:Campaign",
"CampaignSummary": "litmus:CampaignSummary",
"name": {
"@id": "schema:name",
"@type": "xsd:string"
},
"description": {
"@id": "schema:description",
"@type": "xsd:string"
},
"id": {
"@id": "schema:identifier",
"@type": "xsd:string"
},
"guid": {
"@id": "schema:identifier",
"@type": "xsd:string"
},
"status": {
"@id": "litmus:status",
"@type": "xsd:string"
},
"subject": {
"@id": "schema:name",
"@type": "xsd:string"
},
"from_address": {
"@id": "schema:email",
"@type": "xsd:string"
},
"from_name": {
"@id": "schema:name",
"@type": "xsd:string"
},
"html": {
"@id": "schema:text",
"@type": "xsd:string"
},
"plain_text": {
"@id": "schema:text",
"@type": "xsd:string"
},
"client": {
"@id": "litmus:emailClientId",
"@type": "xsd:string"
},
"client_name": {
"@id": "schema:name",
"@type": "xsd:string"
},
"platform": {
"@id": "litmus:platform",
"@type": "xsd:string"
},
"orientation": {
"@id": "litmus:orientation",
"@type": "xsd:string"
},
"available": {
"@id": "schema:Boolean",
"@type": "xsd:boolean"
},
"full_image_url": {
"@id": "schema:image",
"@type": "@id"
},
"thumb_image_url": {
"@id": "schema:thumbnail",
"@type": "@id"
},
"tracking_pixel_url": {
"@id": "litmus:trackingPixelUrl",
"@type": "@id"
},
"filter": {
"@id": "litmus:spamFilter",
"@type": "xsd:string"
},
"is_spam": {
"@id": "litmus:isSpam",
"@type": "xsd:boolean"
},
"score": {
"@id": "litmus:spamScore",
"@type": "xsd:decimal"
},
"threshold": {
"@id": "litmus:spamThreshold",
"@type": "xsd:decimal"
},
"url": {
"@id": "schema:url",
"@type": "@id"
},
"redirect_url": {
"@id": "schema:url",
"@type": "@id"
},
"status_code": {
"@id": "litmus:httpStatusCode",
"@type": "xsd:integer"
},
"reachable": {
"@id": "litmus:isReachable",
"@type": "xsd:boolean"
},
"total_opens": {
"@id": "litmus:totalOpens",
"@type": "xsd:integer"
},
"unique_opens": {
"@id": "litmus:uniqueOpens",
"@type": "xsd:integer"
},
"forwards": {
"@id": "litmus:forwardCount",
"@type": "xsd:integer"
},
"prints": {
"@id": "litmus:printCount",
"@type": "xsd:integer"
},
"read_rate": {
"@id": "litmus:readRate",
"@type": "xsd:decimal"
},
"skim_rate": {
"@id": "litmus:skimRate",
"@type": "xsd:decimal"
},
"glance_rate": {
"@id": "litmus:glanceRate",
"@type": "xsd:decimal"
},
"delete_rate": {
"@id": "litmus:deleteRate",
"@type": "xsd:decimal"
},
"percentage": {
"@id": "litmus:percentage",
"@type": "xsd:decimal"
},
"count": {
"@id": "schema:Number",
"@type": "xsd:integer"
},
"country": {
"@id": "schema:addressCountry",
"@type": "xsd:string"
},
"country_code": {
"@id": "schema:addressCountry",
"@type": "xsd:string"
},
"device_type": {
"@id": "schema:device",
"@type": "xsd:string"
},
"previews": {
"@id": "litmus:previewResult",
"@container": "@set"
},
"spam_results": {
"@id": "litmus:spamResult",
"@container": "@set"
},
"link_results": {
"@id": "litmus:linkResult",
"@container": "@set"
},
"clients": {
"@id": "litmus:emailClient",
"@container": "@set"
},
"tags": {
"@id": "schema:keywords",
"@container": "@set"
},
"created_at": {
"@id": "dcterms:created",
"@type": "xsd:dateTime"
},
"completed_at": {
"@id": "litmus:completedAt",
"@type": "xsd:dateTime"
}
}
}