grubhub · JSON Structure

Grubhub Ingestionjobresponse Structure

Response returned when a menu ingestion job is accepted.

Type: object Properties: 1

IngestionJobResponse 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

job_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-ingestionjobresponse-structure.json",
  "name": "IngestionJobResponse",
  "description": "Response returned when a menu ingestion job is accepted.",
  "type": "object",
  "properties": {
    "job_id": {
      "type": "string",
      "description": "The unique identifier for the ingestion job, used to check status."
    }
  }
}