missing keys for required, multivalued, annotations during linkml-map transformation for in slots #2411
Labels
bug
Something that should work but isn't, with an example and a test case.
community-generated
developer-days
smallish tickets that can be considered "maintenance" and fixed within a single session
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: