Schema
Specifies the Zoho CRM version that the provider uses to retrieve data. Each version (v4, v8) corresponds to a distinct data model, which defines the structure of tables, fields, and relationships available through the provider.
Possible Values
v4, v8Data Type
string
Default Value
"v8"
Remarks
The available schemas are as follows:
- v4: DEPRECATED. Use v8 schema instead for better access to resources. The data model offering updated features and field mappings over previous versions.
- v8 (default): 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 ReadAPI and WriteAPI.