Hello everyone,
I was just interested if there is a way to analyze the exported JSON file of a flow.
By "analyze" I mean if there is an available documentation about the specific properties
of the exported JSON file.
For instance, I created a simple flow where you inject a timestamp to a debug node that prints it on the console. I pasted the exported JSON file below. I am interested and would like to know what the specific properties mean.
Could anyone please tell me if there is any documentation about the exported JSON files and where can I find it?
[
{
"id": "fd8f03e8cfaaf70e",
"type": "tab",
"label": "Flow 2",
"disabled": false,
"info": "",
"env": []
},
{
"id": "3fad3c8d45d3194a",
"type": "inject",
"z": "fd8f03e8cfaaf70e",
"name": "",
"props": [
{
"p": "payload"
},
{
"p": "topic",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "",
"payloadType": "date",
"x": 260,
"y": 280,
"wires": [
[
"7895593faa350b91"
]
]
},
{
"id": "7895593faa350b91",
"type": "debug",
"z": "fd8f03e8cfaaf70e",
"name": "",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "false",
"statusVal": "",
"statusType": "auto",
"x": 510,
"y": 280,
"wires": []
}
]
Thank you in advance.