{
  "title": "Result",
  "type": "object",
  "properties": {
    "ID": {
      "type": [
        "string",
        "null"
      ]
    },
    "Action": {
      "type": [
        "string",
        "null"
      ]
    },
    "Type": {
      "type": [
        "string",
        "null"
      ]
    },
    "Employer": {
      "type": [
        "string",
        "null"
      ]
    },
    "Worker": {
      "type": [
        "string",
        "null"
      ]
    },
    "Statuscode": {
      "type": [
        "string",
        "null"
      ]
    },
    "StatusDescription": {
      "type": [
        "string",
        "null"
      ]
    },
    "User": {
      "type": [
        "string",
        "null"
      ]
    },
    "Response": {
      "type": [
        "string",
        "null"
      ]
    }
  },
  "required": [
    "ID",
    "Action",
    "Type",
    "Employer",
    "Worker",
    "Statuscode",
    "StatusDescription",
    "User",
    "Response"
  ]
}