Vec<ResolvedPathSchema>
Internal: Array_of_ResolvedPathSchema
Used as Input
0
functions accept this type
Used as Output
1
function return this type
Type Definition
26 nested items
[items]:ResolvedPathSchema— A self-contained, serializable path schema: edges are embedded, so no
TypeGraphExample JSON Value
[
{
"source": {
"Event": "example"
},
"steps": [
{
"edge": {
"qualifier": "places",
"source": {
"Event": "example"
},
"target": {
"Event": "example"
}
},
"reverse": false
}
],
"target": {
"Event": "example"
}
}
]