Root Insurance · Schema

custom-event-type

The type of custom event. Must match the type on the Root management dashboard.

InsuranceAuto InsuranceTelematicsEmbedded InsurancePolicy AdministrationClaimsUsage-Based InsuranceInsurTech
View JSON Schema on GitHub

JSON Schema

custom-event-type.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "custom-event-type",
  "type": "string",
  "description": "The type of custom event. Must match the type on the Root management dashboard.",
  "enum": [
    "policy",
    "payment_method",
    "payment",
    "claim"
  ]
}