Steps to reproduce:
- Create an extractor
- In extractor_info.json, don't put a parameter
- Run the extractor and submit a jot
You should see the following error:
If you put the empty parameter in extractor_info.json, it works. You need the entire structure.
"parameters": {
"schema": {
},
"form": []
}