Otter · JSON Structure

Public Api Menu Async Latest Job For Store Response Structure

MenuAsyncLatestJobForStoreResponse schema from Public API (Otter Public API).

Type: object Properties: 1
RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

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

Properties

latestJobs

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/otter/refs/heads/main/json-structure/public-api-menu-async-latest-job-for-store-response-structure.json",
  "name": "MenuAsyncLatestJobForStoreResponse",
  "description": "MenuAsyncLatestJobForStoreResponse schema from Public API (Otter Public API).",
  "type": "object",
  "properties": {
    "latestJobs": {
      "type": "array",
      "minItems": 0,
      "items": {
        "$ref": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-menu-asynchronous-job-schema.json"
      },
      "description": "The list of latest Job and its children for the store and the specified job type."
    }
  }
}