Pack
created_atdate-timerequired
created_bystringrequired
descriptionstringrequired
display_namestringrequired
draft_config object
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
]
draft_inputsstring[]nullable
draft_outputsstring[]nullable
has_draftbooleanrequired
is_curatedbooleanrequired
live_config object
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
]
live_inputsstring[]nullable
live_outputsstring[]nullable
modified_atdate-timerequired
modified_bystringrequired
namestringrequired
supportsstring[]nullable
tagsstring[]nullablerequired
uuidstring
versionstringrequired
Pack
{
"created_at": "2024-07-29T15:51:28.071Z",
"created_by": "string",
"description": "string",
"display_name": "string",
"draft_config": {
"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"
}
]
},
"draft_inputs": [
"string"
],
"draft_outputs": [
"string"
],
"has_draft": true,
"is_curated": true,
"live_config": {
"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"
}
]
},
"live_inputs": [
"string"
],
"live_outputs": [
"string"
],
"modified_at": "2024-07-29T15:51:28.071Z",
"modified_by": "string",
"name": "string",
"supports": [
"string"
],
"tags": [
"string"
],
"uuid": "string",
"version": "string"
}