FasterXML / FasterXML/jackson-module-jsonSchema
add support to json "title": "..." through
Ouverte
- Langage dominant
- Java
- Étoiles
- 387
- Forks
- 136
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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,
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.