grubhub · JSON Structure

Grubhub Batchjobresponse Structure

Response returned when a batch operation is accepted for processing.

Type: object Properties: 1

BatchJobResponse is a JSON Structure definition published by grubhub, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

batch_id

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/grubhub/refs/heads/main/json-structure/grubhub-batchjobresponse-structure.json",
  "name": "BatchJobResponse",
  "description": "Response returned when a batch operation is accepted for processing.",
  "type": "object",
  "properties": {
    "batch_id": {
      "type": "string",
      "description": "The unique identifier for tracking the batch operation."
    }
  }
}