Vessel · Schema

Account

(Alias: company, organization) An organization involved with your business.

CRMChatDialerEmbedded IntegrationsGo-To-MarketIntegrationiPaaSMarketing AutomationSales EngagementUnified-APIWebhook

Properties

Name Type Description
id string Id of the object in the connected CRM.
name string
description string A description of this Company/Account. Not supported by Pipedrive
industry string Not supported by Pipedrive
annualRevenue number Not supported by Pipedrive
numberOfEmployees number Not supported by Pipedrive
website string Not supported by Pipedrive
phone string The primary phone number. Not supported by Pipedrive
address object
createdTime string The timestamp that the account was created
modifiedTime string The timestamp the account was last modified
associations object
$native object
View JSON Schema on GitHub

JSON Schema

vessel-account-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/vessel/refs/heads/main/json-schema/vessel-account-schema.json",
  "title": "Account",
  "description": "(Alias: company, organization) An organization involved with your business.",
  "x-provenance": {
    "generated": "2026-08-13",
    "method": "derived",
    "source": "openapi/vessel-crm-openapi.yml#/components/schemas/Account",
    "note": "Extracted verbatim from the schema Vessel publishes in its own OpenAPI 3.1.0 definition. No fields were added, renamed or invented."
  },
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Id of the object in the connected CRM."
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string",
      "description": "A description of this Company/Account. Not supported by Pipedrive"
    },
    "industry": {
      "type": "string",
      "description": "Not supported by Pipedrive"
    },
    "annualRevenue": {
      "type": "number",
      "description": "Not supported by Pipedrive"
    },
    "numberOfEmployees": {
      "type": "number",
      "description": "Not supported by Pipedrive"
    },
    "website": {
      "type": "string",
      "description": "Not supported by Pipedrive"
    },
    "phone": {
      "type": "string",
      "description": "The primary phone number. Not supported by Pipedrive"
    },
    "address": {
      "$ref": "#/components/schemas/Address"
    },
    "createdTime": {
      "type": "string",
      "description": "The timestamp that the account was created"
    },
    "modifiedTime": {
      "type": "string",
      "description": "The timestamp the account was last modified"
    },
    "associations": {
      "type": "object",
      "required": [
        "dealIds",
        "contactIds",
        "leadIds",
        "ownerUserId"
      ],
      "properties": {
        "dealIds": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "contactIds": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "leadIds": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "ownerUserId": {
          "type": "string",
          "description": "The Id of the User that owns this Account"
        }
      }
    },
    "$native": {
      "$ref": "#/components/schemas/NativeData"
    }
  },
  "required": [
    "id",
    "createdTime",
    "modifiedTime",
    "associations"
  ]
}

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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/vessel-account"
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 email required.

A second provider on the same verified email joins the account you already have.