Properties
| Name | Type | Description |
|---|---|---|
| includeInNetWorth | string | |
| address | object | |
| accountName | string | |
| accountType | string | |
| dueDate | string | |
| memo | string | |
| homeValue | object | |
| accountNumber | string | |
| frequency | string | |
| amountDue | object | |
| balance | object | |
| nickname | string | |
| valuationType | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/CreateAccountInfo",
"title": "CreateAccountInfo",
"required": [
"accountName",
"accountType"
],
"type": "object",
"properties": {
"includeInNetWorth": {
"type": "string"
},
"address": {
"$ref": "#/components/schemas/AccountAddress"
},
"accountName": {
"maxLength": 100,
"minLength": 1,
"type": "string"
},
"accountType": {
"maxLength": 2147483647,
"minLength": 1,
"type": "string"
},
"dueDate": {
"type": "string"
},
"memo": {
"maxLength": 250,
"minLength": 0,
"type": "string"
},
"homeValue": {
"$ref": "#/components/schemas/Money"
},
"accountNumber": {
"maxLength": 100,
"minLength": 0,
"pattern": "^[a-zA-Z0-9]+$",
"type": "string"
},
"frequency": {
"type": "string",
"enum": [
"DAILY",
"ONE_TIME",
"WEEKLY",
"EVERY_2_WEEKS",
"SEMI_MONTHLY",
"MONTHLY",
"QUARTERLY",
"SEMI_ANNUALLY",
"ANNUALLY",
"EVERY_2_MONTHS",
"EBILL",
"FIRST_DAY_MONTHLY",
"LAST_DAY_MONTHLY",
"EVERY_4_WEEKS",
"UNKNOWN",
"OTHER"
]
},
"amountDue": {
"$ref": "#/components/schemas/Money"
},
"balance": {
"$ref": "#/components/schemas/Money"
},
"nickname": {
"maxLength": 50,
"minLength": 0,
"type": "string"
},
"valuationType": {
"type": "string",
"enum": [
"SYSTEM",
"MANUAL"
]
}
}
}
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-createaccountinfo"
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.