Skip to main content

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]:ResolvedPathSchemaA self-contained, serializable path schema: edges are embedded, so no TypeGraph

Example JSON Value

[
  {
    "source": {
      "Event": "example"
    },
    "steps": [
      {
        "edge": {
          "qualifier": "places",
          "source": {
            "Event": "example"
          },
          "target": {
            "Event": "example"
          }
        },
        "reverse": false
      }
    ],
    "target": {
      "Event": "example"
    }
  }
]

Functions Returning This Type(1)