add mvn plugin for dockerfile build
[nonrtric.git] / dashboard / webapp-frontend / src / app / interfaces / policy.types.ts
index bc94af9..e694bb6 100644 (file)
@@ -23,8 +23,8 @@
 export interface PolicyType {
   policy_type_id: number;
   name: string;
-  description: string;
-  create_schema: string;
+  schema: string;
+  schemaObject: any;
 }
 
 export interface PolicyInstance {