From 5afd41e30e523f3b70b77f3a46860d289ab52651 Mon Sep 17 00:00:00 2001 From: Martin Skorupski Date: Sat, 21 Sep 2024 17:08:05 +0200 Subject: [PATCH] Rename topology in schema and config to SDO ref - first change schema Issue-ID: OAM-412 Change-Id: If6470e9988c2292206ff127f5c16b3373ea0f666 Signed-off-by: Martin Skorupski --- .../network_generation/model/jsonSchema/configuration.schema.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/network-generator/network_generation/model/jsonSchema/configuration.schema.json b/code/network-generator/network_generation/model/jsonSchema/configuration.schema.json index edfdfd6..d1110f9 100644 --- a/code/network-generator/network_generation/model/jsonSchema/configuration.schema.json +++ b/code/network-generator/network_generation/model/jsonSchema/configuration.schema.json @@ -296,17 +296,17 @@ "title": "generationTasks", "type": "object", "required": [ - "topology", + "rfc8345", "svg", "kml" ], "additionalProperties": false, "properties": { - "topology": { + "rfc8345": { "description": "If enabled, an ietf-network-topology file will be generated.", "$ref": "#/$defs/export" }, - "network_dir": { + "day0Config": { "description": "If enabled, an ietf-network-topology network subdirectory file structure is generated.", "$ref": "#/$defs/export" }, -- 2.16.6