{
  "properties": {
    "spec": {
      "properties": {
        "args": {
          "additionalProperties": true,
          "nullable": true,
          "type": "object"
        },
        "body": {
          "format": "byte",
          "nullable": true,
          "type": "string"
        },
        "commandCount": {
          "nullable": true,
          "type": "integer"
        },
        "commandIndex": {
          "nullable": true,
          "type": "integer"
        },
        "commandType": {
          "type": "string"
        },
        "commandVersion": {
          "nullable": true,
          "type": "string"
        },
        "designators": {
          "items": {
            "additionalProperties": true,
            "type": "object"
          },
          "type": "array"
        },
        "guid": {
          "type": "string"
        },
        "ttl": {
          "format": "duration",
          "nullable": true,
          "type": "string"
        }
      },
      "type": "object",
      "additionalProperties": false
    },
    "status": {
      "properties": {
        "completed": {
          "type": "boolean"
        },
        "completedAt": {
          "format": "date-time",
          "nullable": true,
          "type": "string"
        },
        "error": {
          "nullable": true,
          "properties": {
            "errorCode": {
              "nullable": true,
              "type": "integer"
            },
            "message": {
              "nullable": true,
              "type": "string"
            },
            "reason": {
              "nullable": true,
              "type": "string"
            }
          },
          "type": "object",
          "additionalProperties": false
        },
        "executer": {
          "nullable": true,
          "type": "string"
        },
        "payload": {
          "format": "byte",
          "nullable": true,
          "type": "string"
        },
        "started": {
          "type": "boolean"
        },
        "startedAt": {
          "format": "date-time",
          "nullable": true,
          "type": "string"
        }
      },
      "type": "object",
      "additionalProperties": false
    }
  },
  "type": "object"
}
