{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-structure/public-api-status-structure.json", "name": "Status", "description": "Status of the operation", "type": "string", "enum": [ "UNKNOWN", "SUCCESS", "FAIL", "IN_PROGRESS" ] }