Merge "Ues json file names as expected by o-ran-sc-topology service"
diff --git a/code/network-topology-instance-generator/model/jsonSchema/configuration.schema.json b/code/network-topology-instance-generator/model/jsonSchema/configuration.schema.json
index 8879637..1f24259 100644
--- a/code/network-topology-instance-generator/model/jsonSchema/configuration.schema.json
+++ b/code/network-topology-instance-generator/model/jsonSchema/configuration.schema.json
@@ -70,7 +70,8 @@
           "description": "A hierarchical order of network-function-types and its appearance relative to its parent.",
           "$ref": "#/$defs/pattern"
         }
-      }
+      },
+      "required": ["pattern"]
     }
   }
 }
\ No newline at end of file