Verisk · Schema
FireProtectionClass
FireProtectionClass schema from Verisk Insurance Analytics API
InsuranceAnalyticsRisk ManagementProperty DataCatastrophe ModelingUnderwritingClaims
Properties
| Name | Type | Description |
|---|---|---|
| ppcGrade | integer | ISO Public Protection Classification grade |
| splitCode | string | Split code (e.g., 4/9 for split classification) |
| fireDistrictName | string | |
| distanceToFireStation | number | Distance to nearest responding fire station in miles |
| distanceToHydrant | number | Distance to nearest fire hydrant in feet |
| communityName | string | |
| state | string | |
| lastSurveyDate | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/verisk/refs/heads/main/json-schema/insurance-analytics-fire-protection-class-schema.json",
"title": "FireProtectionClass",
"description": "FireProtectionClass schema from Verisk Insurance Analytics API",
"type": "object",
"properties": {
"ppcGrade": {
"type": "integer",
"minimum": 1,
"maximum": 10,
"description": "ISO Public Protection Classification grade",
"example": 4
},
"splitCode": {
"type": "string",
"description": "Split code (e.g., 4/9 for split classification)",
"example": "example-value"
},
"fireDistrictName": {
"type": "string",
"example": "Sample Name"
},
"distanceToFireStation": {
"type": "number",
"description": "Distance to nearest responding fire station in miles",
"example": 0.8
},
"distanceToHydrant": {
"type": "number",
"description": "Distance to nearest fire hydrant in feet",
"example": 0.8
},
"communityName": {
"type": "string",
"example": "Sample Name"
},
"state": {
"type": "string",
"example": "CA"
},
"lastSurveyDate": {
"type": "string",
"format": "date",
"example": "2025-03-15"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/insurance-analytics-fire-protection-class"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.