generated from 2martens/template-service
Added missing field mainOrganization
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user