jackson-module-jsonSchema icon indicating copy to clipboard operation
jackson-module-jsonSchema copied to clipboard

Extended schemas support

Open heruan opened this issue 8 years ago • 1 comments

A JSON Schema specification could be easily extended to add custom properties (see json-schema/json-schema/issues/187). How can I achieve this with Jackson? I'm trying to use a custom SchemaFactoryWrapper but I can't find a way to add a new attribute like sortable: true to a property schema (that could be of type string or number or other).

heruan avatar Aug 27 '15 16:08 heruan