@DreamsAPI

Hi @Erik, Your guest @Henry is really knowledgeable, hope you bring him on for more talks where we learn like in this video

@apiopsatlanta7844

great stuff from Henry....

@pazaresosset6348

those JSON schemas are used a lot in Kafka to read from topics that are JSON encoded, at least some familiar to me

@jeremyfiel

{ 
  "type": "object", 
  "properties": { 
          "mustSee": { 
                  "type": "boolean"
           },
           "required": [ "mustSee"  ],
           "default": true
    }
}