{
"fields": [
{
"name": "target_smiles",
"label": "Target SMILES",
"kind": "textarea",
"default": "CC(=O)Oc1ccccc1C(=O)O",
"required": true,
"help": "Molecule for which to search biocatalytic retrosynthetic routes.",
"options": [],
"rows": 5,
"minimum": null,
"maximum": null,
"step": null,
"maxlength": null,
"accept": "",
"task": ""
},
{
"name": "max_steps",
"label": "Maximum steps",
"kind": "number",
"default": 4,
"required": false,
"help": "Maximum retrosynthetic depth.",
"options": [],
"rows": null,
"minimum": 1,
"maximum": 10,
"step": 1,
"maxlength": null,
"accept": "",
"task": ""
}
],
"tasks": []
}