Matchable
YesMatchable types allow properties to be compared with each other in order to assess entity similarity.
A date or time stamp. This is based on ISO 8601, but meant to allow for different
degrees of precision by specifying a prefix. This means that 2021
, 2021-02
,
2021-02-16
, 2021-02-16T21
, 2021-02-16T21:48
and 2021-02-16T21:48:52
are all valid values, with an implied precision.
The timezone is always expected to be UTC and cannot be specified otherwise. There is
no support for calendar weeks (2021-W7
) and date ranges (2021-2024
).
Matchable types allow properties to be compared with each other in order to assess entity similarity.
Pivot types are a stronger form of matchable types and can be used to find similar entities based on simple value lookups.