Smokeball · Schema

Smokeball Contact

LegalLaw FirmPractice ManagementMattersContactsDocumentsBillingTrust AccountingTime Tracking

Properties

Name Type Description
href string
relation string
method string
self object
id string Unique identifier of the contact.
externalSystemId string External system id for the contact.
versionId string Version id of the record.
person object Contact person details (if applicable).
company object Contact company details (if applicable).
trust object Contact trust details (if applicable). Note that Trust is only supported in the US. It is not available in other regions.
groupOfPeople object Contact group details (if applicable).
isDeleted boolean Returns true if the contact is deleted.
lastUpdated integer Last updated timestamp.
tags array Set of contact's tags.
View JSON Schema on GitHub

JSON Schema

smokeball-contact.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/smokeball/json-schema/smokeball-contact.json",
  "title": "Smokeball Contact",
  "type": "object",
  "properties": {
    "href": {
      "type": "string",
      "nullable": true
    },
    "relation": {
      "type": "string",
      "nullable": true
    },
    "method": {
      "type": "string",
      "default": "GET",
      "nullable": true
    },
    "self": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Link"
        }
      ],
      "nullable": true
    },
    "id": {
      "type": "string",
      "description": "Unique identifier of the contact.",
      "nullable": true,
      "example": "b471682e-fa17-4e46-b7fe-9b2b8fdcb3c2"
    },
    "externalSystemId": {
      "type": "string",
      "description": "External system id for the contact.",
      "nullable": true,
      "example": "EXT01"
    },
    "versionId": {
      "type": "string",
      "description": "Version id of the record.",
      "nullable": true,
      "example": "750eb5c5-ac0b-7d11-4997-e0ce9d8896c8"
    },
    "person": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Person"
        }
      ],
      "description": "Contact person details (if applicable).",
      "nullable": true
    },
    "company": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Company"
        }
      ],
      "description": "Contact company details (if applicable).",
      "nullable": true
    },
    "trust": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Trust"
        }
      ],
      "description": "Contact trust details (if applicable).\r\n\r\nNote that Trust is only supported in the US. It is not available in other regions.",
      "nullable": true
    },
    "groupOfPeople": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GroupOfPeople"
        }
      ],
      "description": "Contact group details (if applicable).",
      "nullable": true
    },
    "isDeleted": {
      "type": "boolean",
      "description": "Returns true if the contact is deleted.",
      "example": true
    },
    "lastUpdated": {
      "type": "integer",
      "description": "Last updated timestamp.",
      "format": "int64",
      "example": 637847425252027400
    },
    "tags": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Tag"
      },
      "description": "Set of contact's tags.",
      "nullable": true
    }
  },
  "additionalProperties": false
}

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/smokeball-contact"
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.