Resend · JSON-LD Context

Resend Context

JSON-LD context defining the semantic vocabulary for Resend from Resend.

21 Classes 0 Properties 13 Namespaces
View Context View on GitHub

Namespaces

resend: https://resend.com/vocab/
EmailMessage: https://schema.org/EmailMessage
id: https://schema.org/identifier
from: https://schema.org/sender
to: https://schema.org/recipient
subject: https://schema.org/headline
created_at: https://schema.org/dateCreated
Audience: https://schema.org/Audience
name: https://schema.org/name
Contact: https://schema.org/ContactPoint
email: https://schema.org/email
first_name: https://schema.org/givenName
last_name: https://schema.org/familyName

Classes

object html text cc bcc reply_to scheduled_at last_event attachments tags audience_id Domain status region records open_tracking click_tracking unsubscribed Broadcast preview_text sent_at

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "resend": "https://resend.com/vocab/",
    "EmailMessage": "https://schema.org/EmailMessage",
    "id": "https://schema.org/identifier",
    "object": "resend:objectType",
    "from": "https://schema.org/sender",
    "to": "https://schema.org/recipient",
    "subject": "https://schema.org/headline",
    "html": "resend:htmlBody",
    "text": "resend:textBody",
    "cc": "resend:cc",
    "bcc": "resend:bcc",
    "reply_to": "resend:replyTo",
    "created_at": "https://schema.org/dateCreated",
    "scheduled_at": "resend:scheduledAt",
    "last_event": "resend:lastEvent",
    "attachments": "resend:attachments",
    "tags": "resend:tags",
    "Audience": "https://schema.org/Audience",
    "name": "https://schema.org/name",
    "audience_id": "resend:audienceId",
    "Domain": "resend:Domain",
    "status": "resend:status",
    "region": "resend:region",
    "records": "resend:dnsRecords",
    "open_tracking": "resend:openTracking",
    "click_tracking": "resend:clickTracking",
    "Contact": "https://schema.org/ContactPoint",
    "email": "https://schema.org/email",
    "first_name": "https://schema.org/givenName",
    "last_name": "https://schema.org/familyName",
    "unsubscribed": "resend:unsubscribed",
    "Broadcast": "resend:Broadcast",
    "preview_text": "resend:previewText",
    "audience_id": "resend:audienceId",
    "sent_at": "resend:sentAt"
  }
}