{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/activepieces/refs/heads/main/json-structure/activepieces-connection-list-structure.json", "name": "ConnectionList", "description": "ConnectionList schema from Activepieces API", "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/Connection" } }, "next": { "type": "string", "nullable": true }, "previous": { "type": "string", "nullable": true } } }