Adapt to new A1Client interface
[nonrtric.git] / policy-agent / src / main / java / org / oransc / policyagent / controllers / PolicyController.java
index 12fa02c..bee56b0 100644 (file)
@@ -155,7 +155,6 @@ public class PolicyController {
         Vector<PolicyTypeInfo> v = new Vector<>(types.size());
         for (PolicyType t : types) {
             PolicyTypeInfo policyInfo = ImmutablePolicyTypeInfo.builder() //
-                .schema(t.jsonSchema()) //
                 .name(t.name()) //
                 .build();
             v.add(policyInfo);