Rename topology in schema and config to SDO ref
- first change schema
Issue-ID: OAM-412
Change-Id: If6470e9988c2292206ff127f5c16b3373ea0f666
Signed-off-by: Martin Skorupski <martin.skorupski@highstreet-technologies.com>
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"
},