Properties
| Name | Type | Description |
|---|---|---|
| id | integernull | The numeric identifier of this step, if specified |
| uuid | string | UUID identifier of this step |
| title | string | The name of this step |
| slug | string | The shortened slug for this step |
| description | string | The description of this step |
| image | string | The image URL for this step |
| hex_color | string | The primary (hex) color for this step |
| images | object | The images (at various sizes) for this step |
| api | string | The API used in this step |
| url | string | The URL for this step |
| label | stringnull | The label for this step |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "ZapTemplateStep",
"description": "One step in a Zap Template.",
"$id": "https://raw.githubusercontent.com/api-evangelist/zapier/refs/heads/main/json-schema/partner-api-zap-template-step-schema.json",
"type": "object",
"properties": {
"id": {
"type": [
"integer",
"null"
],
"readOnly": true,
"description": "The numeric identifier of this step, if specified",
"example": 100
},
"uuid": {
"type": "string",
"format": "uuid",
"description": "UUID identifier of this step",
"example": "550e8400-e29b-41d4-a716-446655440000"
},
"title": {
"type": "string",
"description": "The name of this step",
"example": "Example Name"
},
"slug": {
"type": "string",
"description": "The shortened slug for this step",
"pattern": "^[-a-zA-Z0-9_]+$",
"example": "example-value"
},
"description": {
"type": "string",
"description": "The description of this step",
"example": "Example description for this resource."
},
"image": {
"type": "string",
"description": "The image URL for this step",
"example": "example-value"
},
"hex_color": {
"type": "string",
"description": "The primary (hex) color for this step",
"example": "example-value"
},
"images": {
"allOf": [
{
"$ref": "#/components/schemas/ZapTemplateStepImages"
}
],
"description": "The images (at various sizes) for this step",
"example": "example-value"
},
"api": {
"type": "string",
"readOnly": true,
"description": "The API used in this step",
"example": "example-value"
},
"url": {
"type": "string",
"format": "uri",
"readOnly": true,
"description": "The URL for this step",
"example": "https://example.com/path/abc123"
},
"label": {
"type": [
"string",
"null"
],
"readOnly": true,
"description": "The label for this step",
"example": "Example Name"
}
},
"required": [
"api",
"description",
"hex_color",
"id",
"image",
"images",
"label",
"slug",
"title",
"url",
"uuid"
]
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/partner-api-zap-template-step"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.