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

add support to json "title": "..." through

Open matlach opened this issue 8 years ago • 3 comments

According to : http://spacetelescope.github.io/understanding-json-schema/reference/generic.html#metadata along side "description" we also should be able to define the "title" property.

For description, this is achievable using @JsonPropertyDescription("..."). We should consider adding another annotation like @JsonPropertyTitle("...") to fill the gap.

Thanks,

matlach avatar Sep 24 '15 13:09 matlach