You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I tried to convert a schema like below into a new schema using linkml-map basically renaming the attributes.
In the resulting yaml file the tags required, multivalued and annotations are incomplete. Multivalued and required are copied for the tree_root/Class1 class but not for the Class2. Where as annotations are copied for the classes but not for the slots. It this the correct behavior or a bug?
Version of LinkML you are using
linkml_map-0.3.8
Please provide a schema (and if applicable, a data file) that replicates the issue
Describe the bug
I tried to convert a schema like below into a new schema using linkml-map basically renaming the attributes.
In the resulting yaml file the tags
required
,multivalued
andannotations
are incomplete.Multivalued
andrequired
are copied for thetree_root
/Class1
class but not for theClass2
. Where asannotations
are copied for the classes but not for the slots. It this the correct behavior or a bug?Version of LinkML you are using
linkml_map-0.3.8
Please provide a schema (and if applicable, a data file) that replicates the issue
The text was updated successfully, but these errors were encountered: