TypeRef
A reference to an OCEL type: an event type or an object type, by name.
Type-level analogue of
types live in separate namespaces, so the same name can denote both; carrying the kind
here keeps them distinct everywhere a type is named.
Type-level analogue of
EntityRef (which references an instance). Event and objecttypes live in separate namespaces, so the same name can denote both; carrying the kind
here keeps them distinct everywhere a type is named.
Used as Input
1
function accept this type(+4 nested)
Used as Output
0
functions return this type
Type Definition
4 nested items
struct | struct— A reference to an OCEL type: an event type or an object type, by name.
variant 1:struct— An event type with the given name.
variant 2:struct— An object type with the given name.
Example JSON Value
{
"Event": "example"
}