Enhance enum rendering #19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
At present only the literal enum values are shown.
It would be good to have their
descriptionbe available as a tooltip (or equivalent) too.This is a current limitation of the
shaclgen.pycode in LinkML, because its output for enum values (sh:in) only includes the literal values. Here's an excerpt from the exported SHACL:So we'll have to create a patch first, if possible.
Tracked here: https://github.com/psychoinformatics-de/shacl-vue/issues/116