{
  "ran-network:sNSSAIList": [
    {
      "ran-network:sNssai": ${payloadJson.input.sliceProfile.sNSSAI},
      "ran-network:status": "Active",
      "ran-network:configData": [
        {
          "ran-network:configParameter": "maxNumberOfConns",
          "ran-network:configValue": ${tmp.maxNumberOfConns}
        },
        {
          "ran-network:configParameter": "uLThptPerSlice",
          "ran-network:configValue": ""
        },
        {
          "ran-network:configParameter": "dLThptPerSlice",
          "ran-network:configValue": ""
        },
        {
          "ran-network:configParameter": "predictedMaxNumberofConns",
          "ran-network:configValue": ${tmp.predictedMaxNumberofConns}
        },
        {
          "ran-network:configParameter": "lastUpdatedTS",
          "ran-network:configValue": ${tmp.lastUpdatedTS}
        }
      ]
    }
  ]
}