Ahmed Karic

Results 3 comments of Ahmed Karic

> We didn't cover this one in today's inbox meeting, but I'm assigning this one to you, @ahmkar94. Just make sure to include the "Fixes #562" line somewhere in the...

I have just checked. Unfortunately it doesn't seem to work to have it this way: ```yang choice data { case source { leaf source { mandatory true; description "..."; type...

It actually works by placing `mandatory true;` at the top level of `choice data`. ``` choice data { mandatory true; case source { leaf source { description "..."; type string...