Skip to main content

Objectmappingrequest

Properties

NameTypeDescriptionNotes
objectTypestringType of the object the mapping value applies to, must be one from enum[default to undefined]
jsonPathstringJSONPath expression denoting the path within the object where the mapping value should be applied[default to undefined]
sourceValuestringOriginal value at the jsonPath location within the object[default to undefined]
targetValuestringValue to be assigned at the jsonPath location within the object[default to undefined]
enabled(optional) booleanWhether or not this object mapping is enabled[default to false]