One major functionality we still miss for typed data, is the possiblity to add match data types; e.g. such that entity:node can be used for "entity" or "integer" for a "float" context.

Related:
#2028097: Map data types to interfaces to make typed data discoverable

Besides that, we need to make sure to have registered data types for primitives like date and duration.

Comments

fago’s picture

Planned:
- Bake in matching entity:type support matches entity
- Support interface based matches, add interface to data types like StringInterface

geek-merlin’s picture

> Support interface based matches, add interface to data types like StringInterface

Sounds like the adapter pattern.