PathSchemaTypeNode
A node (event or object type) of the OCEL type graph, with its entity count.
Used as Input
0
functions accept this type
Used as Output
0
functions return this type(+1 nested)
Type Definition
3 nested items
struct— A node (event or object type) of the OCEL type graph, with its entity count.
is_event*:bool— Whether this is an event type (
true) or object type (false).name*:String— Type name (activity / object class).
Example JSON Value
{
"count": 1,
"is_event": false,
"name": "example"
}