doordash · JSON-LD Context

Doordash Reporting Webhooks Context

JSON-LD context defining the semantic vocabulary for Doordash Reporting Webhooks from doordash.

2 Classes 6 Properties 4 Namespaces
View Context View on GitHub

Namespaces

dd: https://developer.doordash.com/schemas/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

ReportReadyPayload createdAt

Properties

Property Type Container
reportId string
reportType string
status string
downloadUrl reference
errorMessage string
completedAt dateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "dd": "https://developer.doordash.com/schemas/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "ReportReadyPayload": "dd:ReportReadyPayload",
    "reportId": {
      "@id": "dd:report_id",
      "@type": "xsd:string"
    },
    "reportType": {
      "@id": "dd:report_type",
      "@type": "xsd:string"
    },
    "status": {
      "@id": "dd:status",
      "@type": "xsd:string"
    },
    "downloadUrl": {
      "@id": "dd:download_url",
      "@type": "@id"
    },
    "errorMessage": {
      "@id": "dd:error_message",
      "@type": "xsd:string"
    },
    "createdAt": "schema:dateCreated",
    "completedAt": {
      "@id": "dd:completed_at",
      "@type": "xsd:dateTime"
    }
  }
}