Updates of the policy agent NBI
[nonrtric.git] / policy-agent / src / main / java / org / oransc / policyagent / controllers / PolicyInfo.java
index bd13062..1736c18 100644 (file)
@@ -39,7 +39,7 @@ public class PolicyInfo {
     public String ric;
 
     @ApiModelProperty(value = "the configuration of the policy")
-    public String json;
+    public Object json;
 
     @ApiModelProperty(value = "the name of the service owning the policy")
     public String service;