Type of job.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "MenuJobType", "description": "Type of job.", "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-menu-job-type-schema.json", "type": "string", "enum": [ "UPSERT", "PUBLISH", "UPDATE_AVAILABILITY", "SYNC", "UNKNOWN" ], "example": "PUBLISH" }