Zapier · Schema

RootFieldset

The base concept of a Fieldset, from which others extend

IntegrationsiPaaS
View JSON Schema on GitHub

JSON Schema

zapier-rootfieldset-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RootFieldset",
  "title": "RootFieldset",
  "type": "array",
  "items": {
    "anyOf": [
      {
        "$ref": "#/components/schemas/InputField"
      },
      {
        "$ref": "#/components/schemas/InfoField"
      },
      {
        "$ref": "#/components/schemas/Fieldset"
      }
    ]
  },
  "description": "The base concept of a Fieldset, from which others extend"
}