I noticed there's a property called "Unit" defined for numeric data in JSON Schemas. Is there any way to control how it's exported during forward engineering? I added a custom keyword to a standard json schema parser to support extended validation of numeric properties with units. However, my parser looks for "tfs_unit", not "unit".
I created a custom JSONProperties plugin with all the custom attributes I've defined, so I'm just looking to clean-up the UI. It'll be slightly confusing if there's two properties called "Unit".. Is there a way to either rename the default "Unit" property, or hide the default "Unit" property?