diff --git a/airbyte-integrations/connectors/source-iterable/streams/list_users.patch.json b/airbyte-integrations/connectors/source-iterable/streams/list_users.patch.json new file mode 100644 index 0000000000000..a01a067c9e291 --- /dev/null +++ b/airbyte-integrations/connectors/source-iterable/streams/list_users.patch.json @@ -0,0 +1,11 @@ +{ + "properties":{ + "email": { + "type": "string" + }, + "listId": { + "type": "integer" + } + }, + "type": "object" +} \ No newline at end of file