{ "name": "listBuckets", "module": "s3", "action": "listBuckets", "options": { "provider": "s3" }, "outputType": "object", "meta": [ { "name": "Buckets", "type": "array", "sub": [ { "name": "Name", "type": "text" }, { "name": "CreationDate", "type": "date" } ] }, { "name": "Owner", "type": "object", "sub": [ { "name": "DisplayName", "type": "text" }, { "name": "ID", "type": "text" } ] } ], "output": true }