Added missing field classification

This commit is contained in:
Jim Martens 2020-07-10 21:42:32 +02:00
parent d14361b8fd
commit d9fb4ae726
1 changed files with 3 additions and 0 deletions

View File

@ -75,6 +75,9 @@ public class Organization {
allowableValues = "Gremium, Partei, Fraktion, Verwaltungsbereich, externes Gremium, Institution, Sonstiges")
private final String organizationType;
@Schema(description = "type of organization", nullable = true)
private final String classification;
@JsonFormat(shape = JsonFormat.Shape.STRING)
@Schema(description = "founding date of the organization", nullable = true)
private final LocalDate startDate;