FasterXML / FasterXML/jackson-module-jsonSchema

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

Open
#84 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
387
Forks
136
PR merge metrics
No merged PRs in 30d

Description

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,

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.