{
[..] # other fields not relevant to the attributes
"attributes": [
{"kind": "string",
"name": "template prompt",
"value": "<some text here>",
"hidden": false,
"control":
{"kind": "textbox",
"rows": 20,
"regex": ".*",
"max_len": 3024,
"min_len": 0,
"placeholder": ""},
"direction": "RECEIVER"},
{"kind": "string",
"name": "user prompt",
"value": null,
"hidden": false,
"control":
{"kind": "textbox",
"rows": 20,
"regex": ".*",
"max_len": 3024,
"min_len": 0,
"placeholder": ""},
"direction": "RECEIVER"},
{"kind": "string",
"name": "processed prompt",
"value": null,
"hidden": false,
"control": null,
"direction": "TRANSMITTER"}
]
}