Ues json file names as expected by o-ran-sc-topology service 07/7907/1
authordemx8as6 <martin.skorupski@highstreet-technologies.com>
Sun, 6 Mar 2022 17:13:54 +0000 (18:13 +0100)
committerdemx8as6 <martin.skorupski@highstreet-technologies.com>
Sun, 6 Mar 2022 17:14:00 +0000 (18:14 +0100)
- define "name" as optional in json schema

Issue-Id: OAM-258
Change-Id: Idcf0f2ab02baf2d74c2015837bb5c01d645749d4
Signed-off-by: demx8as6 <martin.skorupski@highstreet-technologies.com>
code/network-topology-instance-generator/model/jsonSchema/configuration.schema.json

index 8879637..1f24259 100644 (file)
@@ -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