FasterXML / FasterXML/jackson-module-jsonSchema
Extended schemas support
Open
- Dominant language
- Java
- Stars
- 387
- Forks
- 136
- PR merge metrics
- No merged PRs in 30d
Description
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).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.