diff --git a/src/Schemas/getRepBody.ts b/src/Schemas/getRepBody.ts
index a6ce5f1c4fcdb8559e07bd4e015d7d33265a28b0..2a149e1e1d9ae92b9d4cffd922f1da39b2c0bafd 100644
--- a/src/Schemas/getRepBody.ts
+++ b/src/Schemas/getRepBody.ts
@@ -1,7 +1,10 @@
 const getRepBody = {
   type: 'object' as const,
-  required: ['groups', 'extraData'],
+  required: ['groups', 'extraData', 'fromTemplate'],
   properties: {
+    fromTemplate: {
+      type: 'boolean' as const,
+    },
     groups: {
       type: 'array' as const,
       items: {