The Rename Keys operation changes the names of keys in JSON objects according to a mapping you provide. Each mapping entry uses the existing key as its name and the desired key name as its value. For example, a mapping such as {"firstName":"first_name","lastName":"last_name"} changes matching keys while leaving other keys unchanged. The values associated with the keys are preserved; the operation changes key names rather than changing the data stored under them.