Skip to main content

Schema

{
  "type": "object",
  "properties": {
    "operationId": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "runtimeMode": {
      "type": "string"
    },
    "result": {
      "type": "object"
    }
  }
}