ResolvedPathSchema
A self-contained, serializable path schema: edges are embedded, so no
is needed to interpret or traverse it. Produced via
TypeGraphis needed to interpret or traverse it. Produced via
PathSchema::resolve.Used as Input
1
function accept this type
Used as Output
0
functions return this type(+1 nested)
Type Definition
25 nested items
ResolvedPathSchema— A self-contained, serializable path schema: edges are embedded, so no
TypeGraphvariant 1:struct— An event type with the given name.
variant 2:struct— An object type with the given name.
variant 1:struct— An event type with the given name.
variant 2:struct— An object type with the given name.
Example JSON Value
{
"source": {
"Event": "example"
},
"steps": [
{
"edge": {
"qualifier": "places",
"source": {
"Event": "example"
},
"target": {
"Event": "example"
}
},
"reverse": false
}
],
"target": {
"Event": "example"
}
}