Zapier · Schema

CreateZapRequestStep

CreateZapRequestStep schema from Partner API

IntegrationiPaaS

Properties

Name Type Description
action string The ID of the Action to be associated with this step
inputs object The inputs for the Action associated with this step
authentication stringnull The authentication, if required, for this Action to run
alias stringnull Optional alias for this step to be referenced by later steps (snake_case, max 64 chars)
View JSON Schema on GitHub

JSON Schema

partner-api-create-zap-request-step-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateZapRequestStep",
  "description": "CreateZapRequestStep schema from Partner API",
  "$id": "https://raw.githubusercontent.com/api-evangelist/zapier/refs/heads/main/json-schema/partner-api-create-zap-request-step-schema.json",
  "type": "object",
  "properties": {
    "action": {
      "type": "string",
      "description": "The ID of the Action to be associated with this step",
      "example": "example-value"
    },
    "inputs": {
      "type": "object",
      "additionalProperties": {},
      "description": "The inputs for the Action associated with this step",
      "example": {}
    },
    "authentication": {
      "type": [
        "string",
        "null"
      ],
      "description": "The authentication, if required, for this Action to run",
      "example": "example-value"
    },
    "alias": {
      "type": [
        "string",
        "null"
      ],
      "description": "Optional alias for this step to be referenced by later steps (snake_case, max 64 chars)",
      "maxLength": 64,
      "pattern": "^[a-z][a-z0-9_]*$",
      "example": "example-value"
    }
  },
  "required": [
    "action",
    "authentication",
    "inputs"
  ]
}

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/partner-api-create-zap-request-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 email required.

A second provider on the same verified email joins the account you already have.