webgme / webgme-taxonomy

A design studio for creating taxonomies which can then be used to tag various resources.
MIT License
0 stars 1 forks source link

Option for unique names in JSON schema #524

Open brollb opened 6 months ago

brollb commented 6 months ago

Pydantic code generation apparently doesn't support hierarchy so duplicate names (in different vocabularies) results in collisions and the last writer wins.

It would be good to have the option to generate unique names where we (minimally) qualify duplicate names to enforce uniqueness.