| Name | Type | Description | Notes |
|---|---|---|---|
| downstream_id | str | ID of the resource in the Connector's API (downstream) | [optional] |
| downstream_name | str | Name of the resource in the Connector's API (downstream) | [optional] |
| pagination_supported | bool | Indicates if pagination (cursor and limit parameters) is supported on the list endpoint of the resource. | [optional] |
| pagination | PaginationCoverage | [optional] | |
| supported_operations | [str] | List of supported operations on the resource. | [optional] |
| supported_filters | [str] | Supported filters on the list endpoint of the resource. | [optional] |
| supported_sort_by | [str] | Supported sorting properties on the list endpoint of the resource. | [optional] |
| supported_fields | [SupportedProperty] | Supported fields on the detail endpoint. | [optional] |
| supported_list_fields | [SupportedProperty] | Supported fields on the list endpoint. | [optional] |
| any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |
This repository was archived by the owner on Jun 2, 2025. It is now read-only.