description:'Adds a key which should be renamed.',
type:'fixedCollection',
typeOptions:{
multipleValues: true,
},
default:{},
options:[
{
displayName:'Key',
name:'key',
values:[
{
displayName:'Current Key Name',
name:'currentKey',
type:'string',
default:'',
placeholder:'currentKey',
description:'The current name of the key. It is also possible to define deep keys by using dot-notation like for example: "level1.level2.currentKey"',
},
{
displayName:'New Key Name',
name:'newKey',
type:'string',
default:'',
placeholder:'newKey',
description:'the name the key should be renamed to. It is also possible to define deep keys by using dot-notation like for example: "level1.level2.newKey"',