Hi, I'm exploring the Jackson JSON Schema Module (https://github.com/FasterXML/jackson-module-jsonSchema) and am trying to figure out whether I can use it to produce schemas in a custom format.
The README says "... allow for the generation of arbitrary formats specifying the expected output from a particular jackson enabled application". So I think it's possible, but I couldn't find any good example for doing so. Specifically, I'd like to create schemas compatible with Kafka Connect (https://kafka.apache.org/documentation/#connect), which for instance support more expressive numeric types (int32, int64 etc.). Perhaps there's an example somewhere for creating an XSD using the extension points that seem to be provided by the JSON Schema Module? That'd be very helpfu. Any pointers are much appreciated. Thanks, --Gunnar -- You received this message because you are subscribed to the Google Groups "jackson-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
