Schema
The type of schema to use: ODataV1 or ODataV2.
Possible Values
ODataV2, ODataV1Data Type
string
Default Value
"ODataV2"
Remarks
The schemas available are ODataV2 (MS Project's static schema with full CRUD support) and ODataV1 (MS Project's dynamic schema with read-only capabilities).
- The ODataV1 schema can only be used to read data, but schemas are read dynamically and the custom fields are exposed.
- The ODataV2 schema can be used to perform read, INSERT, update, and delete operations, but schemas are fixed. Main fields are dynamically retrieved, however custom fields are not exposed.