Toro · Schema

Customer

A customer account for a landscape contractor in Toro Horizon360

LandscapingIrrigationGolfEquipmentSmart Connected ProductsFleet ManagementTurf ManagementFortune 1000

Properties

Name Type Description
id string Unique customer identifier
name string Customer full name or business name
email string Customer email address
phone string Customer phone number
address object
notes string Additional notes about the customer
createdAt string Date and time the record was created
updatedAt string Date and time the record was last updated
View JSON Schema on GitHub

JSON Schema

toro-customer-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.horizon360.toro.com/schemas/customer",
  "title": "Customer",
  "description": "A customer account for a landscape contractor in Toro Horizon360",
  "type": "object",
  "required": ["id", "name"],
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique customer identifier"
    },
    "name": {
      "type": "string",
      "description": "Customer full name or business name"
    },
    "email": {
      "type": "string",
      "format": "email",
      "description": "Customer email address"
    },
    "phone": {
      "type": "string",
      "description": "Customer phone number"
    },
    "address": {
      "$ref": "#/definitions/Address"
    },
    "notes": {
      "type": "string",
      "description": "Additional notes about the customer"
    },
    "createdAt": {
      "type": "string",
      "format": "date-time",
      "description": "Date and time the record was created"
    },
    "updatedAt": {
      "type": "string",
      "format": "date-time",
      "description": "Date and time the record was last updated"
    }
  },
  "definitions": {
    "Address": {
      "type": "object",
      "description": "Physical address",
      "properties": {
        "street": {
          "type": "string"
        },
        "city": {
          "type": "string"
        },
        "state": {
          "type": "string"
        },
        "zip": {
          "type": "string"
        },
        "country": {
          "type": "string",
          "default": "US"
        }
      }
    }
  }
}

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/toro-customer"
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.