doordash · JSON Structure

Doordash Checkout Audit Signal Structure

CheckoutAuditSignal structure from DoorDash API

Type: object Properties: 2

CheckoutAuditSignal is a JSON Structure definition published by doordash, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

external_delivery_id event_type

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/doordash/refs/heads/main/json-structure/doordash-checkout-audit-signal-structure.json",
  "name": "CheckoutAuditSignal",
  "description": "CheckoutAuditSignal structure from DoorDash API",
  "type": "object",
  "properties": {
    "external_delivery_id": {
      "type": "string",
      "description": "The external delivery ID associated with this checkout event.",
      "example": "D-12345"
    },
    "event_type": {
      "type": "string",
      "description": "The type of checkout audit event.",
      "example": "example"
    }
  }
}