Define the schema 44/13444/1
authorMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Wed, 25 Sep 2024 12:37:28 +0000 (14:37 +0200)
committerMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Wed, 25 Sep 2024 12:37:28 +0000 (14:37 +0200)
- update the validation part of the README

Issue-ID: OAM-415
Change-Id: I9c9e80a20e1634dcc95e4c35dbf284e18b5198ac
Signed-off-by: Martin Skorupski <martin.skorupski@highstreet-technologies.com>
code/network-generator/README.md

index 66a6326..e61d347 100644 (file)
@@ -41,11 +41,16 @@ By default the generated files can be found in the 'output' folder:
 - [o-ran-network.svg](output/o-ran-network.svg)
 - [o-ran-network.kml](output/o-ran-network.kml)
 
-
 ## Output validation
 
 ```
-yanglint -f json model/yang/ietf-network-topology.yang output/o-ran-network-operational.json
+yanglint \
+network_generation/model/yang/ietf-network.yang \
+network_generation/model/yang/ietf-network-topology.yang \
+network_generation/model/yang/o-ran-common-identity-refs.yang \
+network_generation/model/yang/o-ran-sc-network.yang \
+\
+output/o-ran-network-operational.json 
 ```
 
 ## Development