sist2/schema/pipeline.json

10 lines
140 B
JSON

{
"description": "Copy _id to _tie",
"processors": [
{
"script": {
"source": "ctx._tie = ctx._id;"
}
}
]
}