commit | de303c219b3cfeded6027e3b752062802e592e5f | [log] [tgz] |
---|---|---|
author | Martin Skorupski <martin.skorupski@highstreet-technologies.com> | Mon Mar 07 14:31:09 2022 +0000 |
committer | Gerrit Code Review <gerrit@o-ran-sc.org> | Mon Mar 07 14:31:09 2022 +0000 |
tree | 3e394853f51f63f34ab647706cceb4d479b38bd5 | |
parent | 93e13868a785c4d82045bf71fff885c8a766a0d4 [diff] | |
parent | 8c9857b8c1c379399590a3c958588e67483eb6b6 [diff] |
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