Hi,
I just want to confirm one question, whether the list without key is valid, please see the below example:
list item {
choice item1 {
case item11 {
leaf item111 {
type string; }
}
case item2 {
leaf item22 {
type string;}
}
}
leaf a {
type string;
}
}
Thanks