CORD-2281: Add support for EPC network configs

Change-Id: I0f9ab353196a5b6a9262de7febc9394e915c053d
(cherry picked from commit 3aa401c2abb9dcd7151e7a1dacc0329db03e3a8a)
diff --git a/lib/xos-config/xosconfig/synchronizer-config-schema.yaml b/lib/xos-config/xosconfig/synchronizer-config-schema.yaml
index eac4065..252ccee 100644
--- a/lib/xos-config/xosconfig/synchronizer-config-schema.yaml
+++ b/lib/xos-config/xosconfig/synchronizer-config-schema.yaml
@@ -32,6 +32,19 @@
         graph:
           type: any
           required: True
+        networks:
+          type: seq
+          sequence:
+            - type: map
+              map:
+                name:
+                  type: str
+                permit_all_slices:
+                  type: bool
+                template:
+                  type: str
+                subnet:
+                  type: str
   dependency_graph:
     type: str
   link_graph: