{
"operationMetadata" : {
"targetScope" : "ALL",
"targetPipeline" : "REQUEST",
"deploy" : true,
"deployTargetEnvironmentNameList": [
"test", "prod"
],
"order" : 1
},
"policy" : {
"type" : "policy-json-transformation",
"name" : "JsonYapiDonusumu",
"description" : "JSON veriyi yeniden yapılandırma",
"transformationType" : "JSON2JSON",
"joltValue" : "write escaped JOLT value here"
}
}
CODE
{
"operationMetadata" : {
"targetScope" : "ALL",
"targetPipeline" : "REQUEST",
"deploy" : true,
"deployTargetEnvironmentNameList": [
"test", "prod"
],
"order" : 1
},
"policy" : {
"type" : "policy-json-transformation",
"name" : "JsonToXmlDonusum",
"description" : "JSON'dan XML'e dönüşüm",
"transformationType" : "JSON2XML",
"jsonToXmlIgnoreNull" : true,
"jsonToXmlIgnoreEmpty" : true,
"jsonToXmlUseNullForNil" : true,
"jsonToXmlUnwrapElement" : true
}
}
CODE