Verisk · JSON Structure

Insurance Analytics Risk Score Response Structure

RiskScoreResponse schema from Verisk Insurance Analytics API

Type: object Properties: 1
InsuranceAnalyticsRisk ManagementProperty DataCatastrophe ModelingUnderwritingClaims

RiskScoreResponse is a JSON Structure definition published by Verisk, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

locations

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/verisk/refs/heads/main/json-structure/insurance-analytics-risk-score-response-structure.json",
  "description": "RiskScoreResponse schema from Verisk Insurance Analytics API",
  "type": "object",
  "properties": {
    "locations": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "locationId": {
            "type": "string"
          },
          "scores": {
            "type": "object",
            "additionalProperties": {
              "type": "object",
              "properties": {
                "score": {
                  "oneOf": [
                    {
                      "type": "integer"
                    },
                    {
                      "type": "string"
                    },
                    {
                      "type": "number"
                    }
                  ]
                },
                "description": {
                  "type": "string"
                }
              }
            }
          }
        }
      },
      "example": []
    }
  },
  "name": "RiskScoreResponse"
}