From: demx8as6 Date: Sun, 6 Mar 2022 17:13:54 +0000 (+0100) Subject: Ues json file names as expected by o-ran-sc-topology service X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=8c9857b8c1c379399590a3c958588e67483eb6b6;p=oam.git Ues json file names as expected by o-ran-sc-topology service - define "name" as optional in json schema Issue-Id: OAM-258 Change-Id: Idcf0f2ab02baf2d74c2015837bb5c01d645749d4 Signed-off-by: demx8as6 --- 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