{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "MenuAsyncLatestJobForStoreResponse", "description": "MenuAsyncLatestJobForStoreResponse schema from Public API (Otter Public API).", "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-menu-async-latest-job-for-store-response-schema.json", "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." } } }