[EOSC DUMP SCHEMA] added description to some of the fields

This commit is contained in:
Miriam Baglioni 2022-11-07 18:01:00 +01:00
parent 1403f6415f
commit afc9f966d4
1 changed files with 3 additions and 0 deletions

View File

@ -27,10 +27,13 @@ public class Container implements Serializable {
@JsonSchema(description = "Name of the journal or conference")
private String name;
@JsonSchema(description = "The issn")
private String issnPrinted;
@JsonSchema(description = "The eissn")
private String issnOnline;
@JsonSchema(description = "The lissn")
private String issnLinking;
@JsonSchema(description = "End page")