Lithic · Schema

Address

FintechCard IssuingPaymentsIssuer ProcessorKYCBanking as a Service

Properties

Name Type Description
address1 string Valid deliverable address (no PO boxes).
address2 string Unit or apartment number (if applicable).
city string Name of city.
country string Valid country code. Only USA is currently supported, entered in uppercase ISO 3166-1 alpha-3 three-character format.
postal_code string Valid postal code. Only USA ZIP codes are currently supported, entered as a five-digit ZIP or nine-digit ZIP+4.
state string Valid state code. Only USA state codes are currently supported, entered in uppercase ISO 3166-2 two-character format.
View JSON Schema on GitHub

JSON Schema

lithic-com-address-patch-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/address-patch",
  "title": "Address",
  "type": "object",
  "properties": {
    "address1": {
      "description": "Valid deliverable address (no PO boxes).",
      "example": "123 Old Forest Way",
      "type": "string"
    },
    "address2": {
      "description": "Unit or apartment number (if applicable).",
      "type": "string"
    },
    "city": {
      "description": "Name of city.",
      "example": "Omaha",
      "type": "string"
    },
    "country": {
      "description": "Valid country code. Only USA is currently supported, entered in uppercase ISO 3166-1 alpha-3 three-character format.",
      "example": "USA",
      "type": "string"
    },
    "postal_code": {
      "description": "Valid postal code. Only USA ZIP codes are currently supported, entered as a five-digit ZIP or nine-digit ZIP+4.",
      "example": "68022",
      "type": "string"
    },
    "state": {
      "description": "Valid state code. Only USA state codes are currently supported, entered in uppercase ISO 3166-2 two-character format.",
      "example": "NE",
      "type": "string"
    }
  }
}

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/lithic-com-address-patch"
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.