Added missing field mainOrganization

This commit is contained in:
Jim Martens 2020-07-10 22:41:58 +02:00
parent d9fb4ae726
commit 379b619d89
1 changed files with 3 additions and 0 deletions

View File

@ -132,4 +132,7 @@ public class Body {
@Schema(description = "classification of the body")
private final String classification;
@Schema(description = "URL to the main organization of this body", nullable = true)
private final String mainOrganization;
}