ThingShape property name clash with ThingTemplate
We are creating an application where participating assets must have certain properties and behavior.
Currently we achieve this by creating a ThingShape which exposes the required properties and behavior in the hopes that any customer with existing assets wishing to participate would simply have their own asset template extend the ThingShape.
However, I'm concerned if their existing asset template already contains any properties on our ThingShape (name clash), then Composer will not allow the template to implement the shape.
Therefore, in order for their assets to participate, they would have to modify their template such that there is no name clash or create a separate template.
We don't want to force the end user to use our ThingTemplate because then they couldn't leverage their current assets "as-is".
Is there a work around here?

