Skip to content

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

@matlach

Description

@matlach

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,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions