Jolt transform json - how to add default fields
问题 I have below input JSON : { "id": "2ef8a2ee-054f-4b43-956a-8aa4f51a41d5", "type": "VOICE", "tags": [ { "id": "some id 1", "description": "some description 1" }, { "id": "some id 2", "description": "some description 2" } ], "transcription": { "key1": "val1", "key2": "val2" } } But, output JSON should look like similarly, and add only default values: { "id": "2ef8a2ee-054f-4b43-956a-8aa4f51a41d5", "created": "2019-06-18T18:12:37", "firstName": "Khusan", "lastName": "Sharipov", "status": "OPEN"