Root Insurance · Schema

actor-type

The actor who created the record.

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

JSON Schema

actor-type.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "actor-type",
  "type": "string",
  "description": "The actor who created the record.",
  "enum": [
    "api_key",
    "system",
    "user"
  ]
}