any ready tool to verify entities

Hi,
I have faced couple of times issue where case of field has changed for example from id-> Id, which will oc cause problems in applications using Xdata. Just wondering if anyone has done tool to create code for verifying that entities haven't changed.

Hi Mika, I don't think such feature exists. Whenever you change your entities or service interfaces, the XData server will return different data. But there is not a "diff". What you can do is to save the OpenAPI specification of the server whenever you change it and then make a diff of it.