Zapier · JSON Structure

Partner Api Input Fields Response Structure

A successful response for getting the input fields for a particular Action.

Type: object Properties: 3 Required: 3
IntegrationsiPaaS

InputFieldsResponse 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

links meta data

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-input-fields-response-structure.json",
  "name": "InputFieldsResponse",
  "description": "A successful response for getting the input fields for a particular Action.",
  "type": "object",
  "properties": {
    "links": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Links"
        }
      ],
      "description": "The links object returned in paginated response bodies.",
      "example": "example-value"
    },
    "meta": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BaseMeta"
        }
      ],
      "description": "The meta object returned in paginated response bodies.",
      "example": "example-value"
    },
    "data": {
      "$ref": "#/components/schemas/RootFieldset"
    }
  },
  "required": [
    "data",
    "links",
    "meta"
  ]
}