It would be nice to have an option to generate a "pretty-printed" JSON schema. The current JSON schema is nicely compact but it's unreadable by humans.
It should be straightforward to add the option and the SerializationFeature.INDENT_OUTPUT configuration to the Jackson mapper.
It would be nice to have an option to generate a "pretty-printed" JSON schema. The current JSON schema is nicely compact but it's unreadable by humans.
It should be straightforward to add the option and the
SerializationFeature.INDENT_OUTPUT
configuration to the Jackson mapper.