grubhub · Schema

IngestionJobResponse

Response returned when a menu ingestion job is accepted.

Properties

Name Type Description
job_id string The unique identifier for the ingestion job, used to check status.
View JSON Schema on GitHub

JSON Schema

grubhub-ingestionjobresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IngestionJobResponse",
  "title": "IngestionJobResponse",
  "type": "object",
  "description": "Response returned when a menu ingestion job is accepted.",
  "properties": {
    "job_id": {
      "type": "string",
      "description": "The unique identifier for the ingestion job, used to check status."
    }
  }
}