The prefix `s:` is needed only if your key is a number, because kamcmd does auto convertion of numbers to integer and the key has to be string. If the key is string, then `s:` is not needed and all examples were correct. Probably it is better that you add examples where the key is a number and it is prefixed `s:`, the existing examples with string keys should stay the same.