Zapier · JSON Structure

Partner Api Zap Guesser Raw Step Structure

ZapGuesserRawStep schema from Partner API

Type: object Properties: 3 Required: 3
IntegrationsiPaaS

ZapGuesserRawStep is a JSON Structure definition published by Zapier, describing 3 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

title app api

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/zapier/refs/heads/main/json-structure/partner-api-zap-guesser-raw-step-structure.json",
  "name": "ZapGuesserRawStep",
  "description": "ZapGuesserRawStep schema from Partner API",
  "type": "object",
  "properties": {
    "title": {
      "type": "string",
      "description": "The title of this step",
      "example": "Example Name"
    },
    "app": {
      "type": "string",
      "description": "This step's human-readable name",
      "example": "example-value"
    },
    "api": {
      "type": "string",
      "description": "The Zapier API integration this step uses",
      "example": "example-value"
    }
  },
  "required": [
    "api",
    "app",
    "title"
  ]
}