great stuff from Henry....
those JSON schemas are used a lot in Kafka to read from topics that are JSON encoded, at least some familiar to me
{ "type": "object", "properties": { "mustSee": { "type": "boolean" }, "required": [ "mustSee" ], "default": true } }
@DreamsAPI