Dino Tribe Changed

A dino’s tribe has changed, usually due to its owner joining a tribe.

Event Data Properties

Property Type Notes
dinoId String The Sentinel UUID of the dino that changed tribes.
oldTribeId String The Sentinel UUID of the tribe the dino originally belonged to.
newTribeId String The Sentinel UUID of the tribe the dino now belongs to.

Sample Event Data

{
  "oldTribeId": "e188c013-12b7-5877-8af5-0c284fe8250e",
  "newTribeId": "b72a9dd3-1a64-52a2-8f9c-f90409c871f0",
  "dinoId": "8ebd16a3-6055-5d6e-8898-7021b1a19e73"
}