Root Insurance · Example Payload

Update Data Store Request

InsuranceAuto InsuranceTelematicsEmbedded InsurancePolicy AdministrationClaimsUsage-Based InsuranceInsurTech

Update Data Store Request is an example object payload from Root Insurance, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

schema

Example Payload

Raw ↑
{
  "schema": {
    "type": "object",
    "properties": {
      "cellphone_name": {
        "type": "string"
      },
      "price": {
        "type": "number"
      }
    },
    "required": [
      "cellphone_name",
      "price"
    ]
  }
}