From 8c9857b8c1c379399590a3c958588e67483eb6b6 Mon Sep 17 00:00:00 2001 From: demx8as6 Date: Sun, 6 Mar 2022 18:13:54 +0100 Subject: [PATCH] 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 --- .../model/jsonSchema/configuration.schema.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.16.6