About Jackson Json Schema Generation Maven Plugin

Parent pom for all Jackson components

Project Modules

This project has declared the following modules:

Name Description
jackson-json-schema-plugin-api This module defines an API used for schema generation in the presence of Jackson customization. Users define a class that implements com.fasterxml.jackson.jsonschemaplugin.api.JsonSchemaObjectMapperFactory and then configure it in the plugin.
jackson-json-schema-plugin-api-examples Examples for testing customization.
jackson-json-schema-plugin This maven plugin applies the Jackson Json Schema Generator to classes to produce a Json schema file. The plugin includes support for customization; see the Usage page.