Cursors
Cursors describe how transformers move through data.
Schema
Key |
Type |
Required |
Value |
---|---|---|---|
|
integer |
Only on the root |
Schema version |
|
string |
No; defaults to this-value |
Cursor name |
|
string, list or object |
Yes |
Transformers to run |
For example:
{
"version": 1,
"on": "each-value",
"perform": "list-to-object"
}