Closed simoneguzzi closed 6 days ago
Waiting for a specification about which ranges should be available.
Waiting for a specification about which ranges should be available.
The specification is now available in the language specification. It will most likely require to heavily revisit the UI for attributes.
Tackled in 23a30b3c931b3b0dbf45e393066275f6408d066f and previous commits.
Class attributes have a
range
in the LinkML schema. Right now all attributes inherit thedefault_range
, which isstring
. It should be possible to define a range for each attribute.