Some classes and interfaces use underscore separated field names. For example the GetIdentityResponse class in the core.
Others use camel case. For example the Identity interface in the end points file.
Particularly where the data in the interface or class is the same it would be helpful to standardise on a naming convention.
My preference is camel case as it leads to shorter names but I don't have a strong view.