Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
matlach opened this issue Sep 24, 2015 · 3 comments
Open

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

matlach opened this issue Sep 24, 2015 · 3 comments

Comments

@matlach
Copy link

matlach commented Sep 24, 2015

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,

@cowtowncoder
Copy link
Member

Is this for JSON Schema v3 (one supported by the module); or later v4?

@matlach
Copy link
Author

matlach commented Sep 24, 2015

woopsy:

Note:
This book describes JSON Schema draft 4. Earlier versions of JSON Schema are not completely compatible with the format described here.

@cowtowncoder
Copy link
Member

@matlach Ok. Yes, this should be supported once there is v4 version... I don't know what progress there is, if any, although it has been discussed on jackson-dev. You may want to join as there is interested in getting there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants