Schema
Specifies the Zoho CRM version that the provider uses to retrieve data. Each version (v2, v2.1, v4, v8) corresponds to a distinct data model, which defines the structure of tables, fields, and relationships available through the provider.
Possible Values
v2, v2.1, v4, v8Data Type
string
Default Value
"v4"
Remarks
The available schemas are as follows:
- v2: Older version with a legacy data model.
- v2.1: Enhanced version with some improvements over v2.
- v4 (default): The data model offering updated features and field mappings over v2.1.
- v8: The latest data model offering updated features and field mappings over v4.
Note: This property specifies the Zoho CRM version, not the API used. That is specified by UseCOQL and APIType.