Status of the operation
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Status", "description": "Status of the operation", "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-status-schema.json", "type": "string", "enum": [ "UNKNOWN", "SUCCESS", "FAIL", "IN_PROGRESS" ] }