{
"name": "Projection",
"plugin": {
"name": "Projection",
"type": "transform",
"label": "Projection",
"artifact": {
"name": "core-plugins",
"version": "2.5.0",
"scope": "SYSTEM"
},
"properties": {
"convert": "body:string"
}
},
"outputSchema": [
{
"name": "etlSchemaBody",
"schema": "{\"type\":\"record\",\"name\":\"etlSchemaBody.typeprojected\",\"fields\":[{\"name\":\"body\",\"type\":\"string\"}]}"
}
],
"inputSchema": [
{
"name": "GCS",
"schema": "{\"name\":\"etlSchemaBody\",\"type\":\"record\",\"fields\":[{\"name\":\"body\",\"type\":\"bytes\"}]}"
}
],
"id": "Projection"
},