{
  "openruna_format": "flow-graph-v1",
  "title": "1125_Create",
  "slug": "1125-create",
  "source_filename": "1125_Create.json",
  "nodes": [
    {
      "id": "Mock Data",
      "name": "Mock Data",
      "integration": "function",
      "kind": "action"
    },
    {
      "id": "Create an array of objects",
      "name": "Create an array of objects",
      "integration": "function",
      "kind": "action"
    }
  ],
  "edges": [
    {
      "from": "Mock Data",
      "to": "Create an array of objects"
    }
  ]
}