Same name for llist in operational and container in config

hi
i want to achieve the following functionality in my cli

container.
config
system ip value

list:
operational
show system

What do you mean?

Maybe something like this helps get you started:

container config {
   container system {
      leaf ip {....
      }

      leaf value {....
      }
   }
}