In general, we try to deploy API changes in a non-breaking way. If this is not possible, you'll find all necessary and vital information on this page. The following breaking changes are incompatible changes we had to deploy into operation, and therefore you - as a user of our API - need to be aware of them and take action accordingly.
The API comes with a personal, tenant-specific schema, which consists of unchangeable system properties, and the global schema. It determines the attributes and properties that objects must or may have. Our system properties have been renamed from "enaio" to "system".
Example: System properties enaio:objectId, enaio:createdBy and enaio:creationDate have been renamed to system:objectId, system:createdBy and system:creationDate.
Action: Please update all used system properties accordingly in your sources.
<schema xmlns="http://optimal-systems.org/ns/dmscloud/schema/v5.0/" ...
Action: If you are going to update a schema, make sure that you use the new version number 5.0.