{ "$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" }