grubhub · Schema

BatchJobResponse

Response returned when a batch operation is accepted for processing.

Properties

Name Type Description
batch_id string The unique identifier for tracking the batch operation.
View JSON Schema on GitHub

JSON Schema

grubhub-batchjobresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BatchJobResponse",
  "title": "BatchJobResponse",
  "type": "object",
  "description": "Response returned when a batch operation is accepted for processing.",
  "properties": {
    "batch_id": {
      "type": "string",
      "description": "The unique identifier for tracking the batch operation."
    }
  }
}