| Converter |
An annotation to indicate a custom converter class to use to convert values
intended for the slot carrying that annotation.
|
| ExtensionHolder |
An annotation to indicate that a field is intended to hold “extensions”, that
is, any unknown property that are associated with the object the field
belongs to.
|
| Identifier |
An annotation to indicate that a field is intended to contain a unique
identifier for an instance of the class it belongs to.
|
| Inlined |
An annotation to indicate whether the value(s) of a field should be inlined
or not (in serialisations that do support inlining).
|
| LinkURI |
An annotation to indicate the URI associated with a class or a field within a
class.
|
| Required |
An annotation to indicate whether a given field is optional, recommended, or
mandatory.
|
| SlotName |
An annotation to indicate the original name of a slot in the defining LinkML
schema.
|
| TypeDesignator |
An annotation to indicate that a slot acts as the “type designator” for the
class it belongs to.
|