REST: remove restrictions on naming of response properties
example is for SCIM but relevant to all industry defined interfaces. SCIM interface has a property called display, when building the response class you cannot call a property display as the name exists already (on Object in RootSchema). In a wizar...