Merge "Added STD sim 2.0.0 tests"
[nonrtric.git] / policy-agent / src / main / java / org / oransc / policyagent / repository / PolicyType.java
index 184d3ec..41b9498 100644 (file)
@@ -17,6 +17,7 @@
  * limitations under the License.
  * ========================LICENSE_END===================================
  */
+
 package org.oransc.policyagent.repository;
 
 import org.immutables.gson.Gson;
@@ -27,6 +28,5 @@ import org.immutables.value.Value;
 public interface PolicyType {
     public String name();
 
-    public String jsonSchema();
-
+    public String schema();
 }