In Riak 3.2.0 I'm trying to create the following bucket type:
riak admin bucket-type create sessions_v1 '{"props":{"n_val":3 }}'
I'm getting this error
Cannot create bucket type sessions_v1: invalid json
error
As you can see, JSON is valid, not suere what's going on..