Skip to content

Commit

Permalink
HCK-6862: update rename adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
serhii-filonenko committed Jun 26, 2024
1 parent 5f83dad commit d4ae5af
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions adapter/0.2.3.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,37 @@
*/
{
"modify": {
"container": [
{
"from": {
"<key>Name": { "type": "RegExp", "value": ".*" }
},
"to": {
"keyName": { "type": "Source", "path": "<key>Name" }
}
},
{
"from": {
"<key>Type": { "type": "RegExp", "value": ".*" }
},
"to": {
"keyType": { "type": "Source", "path": "<key>Type" }
}
}
],
"field": [
{
"from": {
"<key>": true
"<key>": { "type": "RegExp", "value": "true|false" }
},
"to": {
"key": true
"key": { "type": "Source", "path": "<key>" }
}
}
]
},
"delete": {
"container": ["<key>Name", "<key>Type"],
"field": ["<key>"]
}
}

0 comments on commit d4ae5af

Please sign in to comment.