diff --git a/dist/protocol.esm.js b/dist/protocol.esm.js
index af2c4d3897ce985e5fe135acedf3f608326f59ae..12070d6b8dd73ae06419f942d01dbefbea0c734c 100644
--- a/dist/protocol.esm.js
+++ b/dist/protocol.esm.js
@@ -50,7 +50,7 @@ class GenericProtocol {
       this.schema.components.schemas.Message,
       this.schema.components.schemas,
       false,
-      true
+      false
     );
   }
 
@@ -152,7 +152,7 @@ class GenericSoarProtocol extends GenericProtocol {
       this.schema.components.schemas.MESSAGE,
       this.schema.components.schemas,
       false,
-      true
+      false
     );
   }
 }
diff --git a/dist/protocol.js b/dist/protocol.js
index 748120d0fb9a8c71cd073cb0cd65671442e3f617..7242ff8222914b1709c377ecc5eddfa1f5b0e30d 100644
--- a/dist/protocol.js
+++ b/dist/protocol.js
@@ -52,7 +52,7 @@ class GenericProtocol {
       this.schema.components.schemas.Message,
       this.schema.components.schemas,
       false,
-      true
+      false
     );
   }
 
@@ -154,7 +154,7 @@ class GenericSoarProtocol extends GenericProtocol {
       this.schema.components.schemas.MESSAGE,
       this.schema.components.schemas,
       false,
-      true
+      false
     );
   }
 }
diff --git a/src/protocol/index.js b/src/protocol/index.js
index a0bc8f73aea588256fbc0c0380db64327917728f..1d7f69f99ba560d8b7c2af8d873959e4c5b5af05 100644
--- a/src/protocol/index.js
+++ b/src/protocol/index.js
@@ -50,7 +50,7 @@ export class GenericProtocol {
       this.schema.components.schemas.Message,
       this.schema.components.schemas,
       false,
-      true
+      false
     );
   }
 
@@ -152,7 +152,7 @@ export class GenericSoarProtocol extends GenericProtocol {
       this.schema.components.schemas.MESSAGE,
       this.schema.components.schemas,
       false,
-      true
+      false
     );
   }
 }
\ No newline at end of file