Found an answer. My problem was with having . (dot) in String key.
So it turns out what I need to do in this case is to enclose key in "[]".
There is link to Spring Boot ref. doc for it.