AIG · Schema
InsurancePolicy
An AIG insurance policy covering insured risks
InsuranceFinancial-ServicesProperty CasualtyCyber InsuranceEnterpriseFortune 100
Properties
| Name | Type | Description |
|---|---|---|
| policy_number | string | Unique policy identifier |
| policy_type | string | Type of insurance policy |
| insured_name | string | Name of the insured entity |
| effective_date | string | Policy effective date |
| expiration_date | string | Policy expiration date |
| premium | number | Annual premium amount in USD |
| coverage_limit | number | Policy coverage limit in USD |
| deductible | number | Policy deductible amount in USD |
| status | string | Policy status |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/aig/refs/heads/main/json-schema/aig-insurance-policy-schema.json",
"title": "InsurancePolicy",
"description": "An AIG insurance policy covering insured risks",
"type": "object",
"properties": {
"policy_number": {
"type": "string",
"description": "Unique policy identifier",
"example": "AIG-GL-2024-001234"
},
"policy_type": {
"type": "string",
"description": "Type of insurance policy",
"example": "Commercial General Liability"
},
"insured_name": {
"type": "string",
"description": "Name of the insured entity",
"example": "Acme Corporation"
},
"effective_date": {
"type": "string",
"format": "date",
"description": "Policy effective date",
"example": "2024-01-01"
},
"expiration_date": {
"type": "string",
"format": "date",
"description": "Policy expiration date",
"example": "2025-01-01"
},
"premium": {
"type": "number",
"description": "Annual premium amount in USD",
"example": 125000.0
},
"coverage_limit": {
"type": "number",
"description": "Policy coverage limit in USD",
"example": 5000000.0
},
"deductible": {
"type": "number",
"description": "Policy deductible amount in USD",
"example": 50000.0
},
"status": {
"type": "string",
"description": "Policy status",
"example": "Active"
}
}
}
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/aig-insurance-policy"
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.