Zapier · Schema

ListInputFieldsRequest

Common inputs with inputs and an authentication id.

IntegrationsiPaaS

Properties

Name Type Description
data object
View JSON Schema on GitHub

JSON Schema

zapier-listinputfieldsrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListInputFieldsRequest",
  "title": "ListInputFieldsRequest",
  "type": "object",
  "description": "Common inputs with inputs and an authentication id.",
  "properties": {
    "data": {
      "$ref": "#/components/schemas/_ListInputFieldsRequest"
    }
  },
  "required": [
    "data"
  ]
}