[FLINK-17875] [core] Move JSON Pointers to individual entities

Now with the refactoring and the responsibility of parsing each entity
resides in the individual JsonEntity implementation, it also makes sense
to not keep all JSON Pointers in a single file, but instead move them
closer to the JsonEntities that actually use them.
6 files changed