{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ListInputFieldsRequest", "description": "Common inputs with inputs and an authentication id.", "$id": "https://raw.githubusercontent.com/api-evangelist/zapier/refs/heads/main/json-schema/partner-api-list-input-fields-request-schema.json", "type": "object", "properties": { "data": { "$ref": "#/components/schemas/_ListInputFieldsRequest" } }, "required": [ "data" ] }