FasterXML / FasterXML/jackson-module-jsonSchema
add support to json "title": "..." through
Abierto
- Lenguaje dominante
- Java
- Estrellas
- 387
- Forks
- 136
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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,
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.