Skip to main content

Relationship

connections object[]nullablerequired
  • Array [
  • fromstringrequired
    tostringrequired
  • ]
  • nodes object[]nullablerequired
  • Array [
  • activestring[]nullablerequired
    configrequired
    credential_refstring
    inputsstring[]nullable
    multiprocessorstring
    namestringrequired
    node_refstringrequired
    outputsstring[]nullable
    pack_refstring
    pack_versionstring
    supportsstring[]nullablerequired
    template_refstring
    typestringrequired
  • ]
  • Relationship
    {
    "connections": [
    {
    "from": "string",
    "to": "string"
    }
    ],
    "nodes": [
    {
    "active": [
    "string"
    ],
    "config": {},
    "credential_ref": "string",
    "inputs": [
    "string"
    ],
    "multiprocessor": "string",
    "name": "string",
    "node_ref": "string",
    "outputs": [
    "string"
    ],
    "pack_ref": "string",
    "pack_version": "string",
    "supports": [
    "string"
    ],
    "template_ref": "string",
    "type": "string"
    }
    ]
    }