Maxou

Results 37 comments of Maxou

Hi @michalvasko, I'm not a Yang expert, first time having a look at libyang and yanglint. I've had a look at the state of Yang structure extension in both. The...

Thank you @michalvasko > Regarding the nested structure support, I am confused because in the YANG module there is > > This extension is only valid as a top-level statement,...

Also, I'm not sure just the structure name or just the module name is enough. We also need the name of the module in which the structure is defined since...

okay that's great thanks

linking the PR to the issue for future reference #2410

hi @michalvasko @Ardival i'm trying to validate the example json given by @ahassany with the example-module as described in the updated README.md. I've removed the structure augmentation from example-module-aug for...

I've also tried with ```json { "example-module:address": [ { "city": "Bedrock", "first": "Fred", "last": "Flintstone", "street": "301 Cobblestone Way" }, { "city": "Bedrock", "first": "Charlie", "last": "Root", "street": "4711 Cobblestone...