Job
A landscaping job or work order in Toro Horizon360
LandscapingIrrigationGolfEquipmentSmart Connected ProductsFleet ManagementTurf ManagementFortune 1000
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://api.horizon360.toro.com/schemas/job",
"title": "Job",
"description": "A landscaping job or work order in Toro Horizon360",
"type": "object",
"required": ["id", "customerId", "title", "jobType", "status"],
"properties": {
"id": {
"type": "string",
"description": "Unique job identifier"
},
"customerId": {
"type": "string",
"description": "Reference to the associated customer"
},
"title": {
"type": "string",
"description": "Job title or name"
},
"description": {
"type": "string",
"description": "Detailed job description"
},
"status": {
"type": "string",
"enum": ["pending", "scheduled", "in_progress", "completed", "invoiced"],
"description": "Current job status"
},
"jobType": {
"type": "string",
"description": "Type of landscaping service (mowing, irrigation, planting, etc.)"
},
"serviceAddress": {
"type": "object",
"description": "Address where the work will be performed",
"properties": {
"street": {"type": "string"},
"city": {"type": "string"},
"state": {"type": "string"},
"zip": {"type": "string"}
}
},
"estimatedHours": {
"type": "number",
"minimum": 0,
"description": "Estimated hours to complete the job"
},
"actualHours": {
"type": "number",
"minimum": 0,
"description": "Actual hours spent on the job"
},
"scheduledDate": {
"type": "string",
"format": "date",
"description": "Date the job is scheduled to be performed"
},
"completedDate": {
"type": "string",
"format": "date",
"description": "Date the job was completed"
},
"crewId": {
"type": "string",
"description": "ID of the assigned crew"
},
"notes": {
"type": "string",
"description": "Additional job notes"
},
"createdAt": {
"type": "string",
"format": "date-time"
}
}
}
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-job"
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.