Graph Edge

This document describes the properties of the JSON API object. You also can access the document in JSON Schema format: graph-edge.schema.json

Edge in a graph

source-node: string

Algorithm ID of the edge source

target-node: string

Algorithm ID of the edge target

source-slot: string

Slot name within the edge source algorithm

target-slot: string

Slot name within the edge target algorithm

Example

{
  "source-node" : "default-preprocessing-list-files",
  "target-node" : "default-preprocessing-filter-files",
  "source-slot" : "Files",
  "target-slot" : "Files"
}