Properties
| Name | Type | Description |
|---|---|---|
| amount | array | The coverage amount-related details. Aggregated / Manual: Aggregated Applicable containers: insurance,investment Endpoints:
|
| planType | string | The plan type for an insurance provided to an individual or an entity. Aggregated / Manual: Aggregated Applicable containers: insurance Endpoints:
|
| endDate | string | The date on which the coverage for the account ends or expires. Aggregated / Manual: Aggregated Applicable containers: insurance,investment Endpoints:
|
| type | string | The type of coverage provided to an individual or an entity. Aggregated / Manual: Aggregated Applicable containers: insurance,investment Endpoints:
|
| startDate | string | The date on which the coverage for the account starts. Aggregated / Manual: Aggregated Applicable containers: insurance,investment Endpoints:
|
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Coverage",
"title": "Coverage",
"type": "object",
"properties": {
"amount": {
"type": "array",
"description": "The coverage amount-related details.<br><br><b>Aggregated / Manual</b>: Aggregated<br><b>Applicable containers</b>: insurance,investment<br><b>Endpoints</b>:<ul><li>GET accounts</li><li>GET accounts/{accountId}</li></ul>",
"readOnly": true,
"items": {
"$ref": "#/components/schemas/CoverageAmount"
}
},
"planType": {
"type": "string",
"description": "The plan type for an insurance provided to an individual or an entity.<br><br><b>Aggregated / Manual</b>: Aggregated<br><b>Applicable containers</b>: insurance<br><b>Endpoints</b>:<ul><li>GET accounts</li><li>GET accounts/{accountId}</li></ul><b>Applicable Values:</b><br>",
"readOnly": true,
"enum": [
"PPO",
"HMO",
"UNKNOWN"
]
},
"endDate": {
"type": "string",
"description": "The date on which the coverage for the account ends or expires.<br><br><b>Aggregated / Manual</b>: Aggregated<br><b>Applicable containers</b>: insurance,investment<br><b>Endpoints</b>:<ul><li>GET accounts</li><li>GET accounts/{accountId}</li></ul>",
"readOnly": true
},
"type": {
"type": "string",
"description": "The type of coverage provided to an individual or an entity.<br><br><b>Aggregated / Manual</b>: Aggregated<br><b>Applicable containers</b>: insurance,investment<br><b>Endpoints</b>:<ul><li>GET accounts</li><li>GET accounts/{accountId}</li></ul><b>Applicable Values:</b><br>",
"readOnly": true,
"enum": [
"VISION",
"DENTAL",
"MEDICAL",
"HEALTH",
"DEATH_COVER",
"TOTAL_PERMANENT_DISABILITY",
"ACCIDENTAL_DEATH_COVER",
"INCOME_PROTECTION",
"DEATH_TOTAL_PERMANENT_DISABILITY",
"OTHER"
]
},
"startDate": {
"type": "string",
"description": "The date on which the coverage for the account starts.<br><br><b>Aggregated / Manual</b>: Aggregated<br><b>Applicable containers</b>: insurance,investment<br><b>Endpoints</b>:<ul><li>GET accounts</li><li>GET accounts/{accountId}</li></ul>",
"readOnly": true
}
}
}
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/envestnet-coverage"
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.