{
"id": "123e4567-e89b-12d3-a456-426614174000",
"company_id": "comp-12345",
"element": {
"name": "Node1",
"type": "code_snippet",
"config": {
"code": "def greet(name):\n return f\"Hello, {name}!\""
},
"permissions": [
{
"roles": [
"string"
],
"actions": [
"string"
]
}
],
"edges": [
{
"action": "string",
"type": "return",
"target_node": "string",
"config": {
"condition": "string"
},
"return": {
"data": {},
"transformer": "jmes"
}
}
]
},
"tags": [
"string"
],
"description": "string",
"created_by": "string",
"updated_by": "string",
"created_at": "2024-11-27T00:00:00Z",
"updated_at": "2024-11-27T01:00:00Z"
}