In Java, is there a way to generate Json schema from Json String without having the Model class of the object?
Note: I tried using Jackson library and seems it requires the Model class. Also, I am not asking how to generate Java class from Json String, I just need Json Schema out of Json String.