No validation if you post a content through API

This sounds like a bug to me. If the field is defined as "type": "json" in the schema, I’d expect every link in the chain to validate that only JSON strings can be inserted. It sounds like during creation the validation is not happening and then when retrieving that value, the validation is happening.

I’ve just found a related github issue here: