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