{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "MenuPublishTarget", "description": "Information about the target.", "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-menu-publish-target-schema.json", "type": "object", "properties": { "status": { "type": "string", "description": "The status of a menu publish target.", "enum": [ "READY", "PUBLISH_IN_PROGRESS", "ERROR" ], "example": "READY" } } }