Locate Event

[
  {
    "header": {
      "version": "1.0.0",
      "tenant": "MWE",
      "eventType": "mwe.resource.locate",
      "eventTrigger": "locate",
      "eventTime": {}
    },
    "resource": {
      "id": "some form-of-resource-id",
      "idFormat": "ESN",
      "lastLocateTime": {},
      "typeId": "DF",
      "type": "Unassigned Tag",
      "trigger": "test trigger",
      "_links": {
        "resource": "{\"href\" : \"/mwe/v1/resources/{id}?resTypeId=REPC\"}",
        "map": "{\"href\" : \"/mwe/v1/maps/{map-id}\"}"
      },
      "location": {
        "crs": "MWEMAP",
        "type": "Feature",
        "geometry": {
          "type": "Point",
          "coordinates": "[ 41.8781, // x (float) 87.6298, // y (float) 594.0 // z (float) ]"
        }
      },
      "customProperties": {
        "custom1": "string",
        "custom2": "string",
        "custom3": "string",
        "custom4": "string",
        "custom5": "string",
        "custom6": "string",
        "custom7": "string",
        "custom8": "string",
        "custom9": "string",
        "custom10": "string",
        "custom11": "string",
        "custom12": "string",
        "customFl1": "string",
        "customFl2": "string",
        "customFl3": "string",
        "customFl4": "string",
        "customFl5": "string"
      },
      "tags": [
        {
          "id": "20143da6d4c3500000000020",
          "source": "WHERENET",
          "tagStatus": "4",
          "href": "/mwe/v1/tags/{tag-id}"
        }
      ],
      "zones": [
        {
          "id": "guid",
          "name": "Front Desk",
          "zoneGroupName": "San Jose Office",
          "siteId": "5aa6c3da58456d000159a55c",
          "siteName": "kin-sanjose-site",
          "href": "/mwe/v1/zones/{zone-id}"
        }
      ]
    }
  }
]