Zapier · JSON Structure

Partner Api Fieldset Fields Field Structure

Somewhat confusingly named, a field that is a list of either input fields or info fields.

Type: Properties: 0
IntegrationsiPaaS

FieldsetFieldsField is a JSON Structure definition published by Zapier. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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-fieldset-fields-field-structure.json",
  "name": "FieldsetFieldsField",
  "description": "Somewhat confusingly named, a field that is a list of either input fields or info fields.",
  "anyOf": [
    {
      "$ref": "#/components/schemas/InputField"
    },
    {
      "$ref": "#/components/schemas/InfoField"
    }
  ]
}