{ "$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" ] }