Root Insurance · Schema

notes

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

JSON Schema

notes.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "notes",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/note"
  }
}