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
This discussion was converted from issue #1302 on February 05, 2024 18:43.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
LinkML follows idiomatic python in having no java beans/POJO style getters/setters.
There is potentially an argument for generating these for multivalued fields. See https://stackoverflow.com/questions/75508779/how-do-i-add-a-class-to-a-schemadefinition-in-linkml
This might be particularly handy for adding to collections that are inlined as dict, which currently require a mildly repetitive
Alternatively, there could be an option for having separate builder-style objects.
Beta Was this translation helpful? Give feedback.
All reactions