don't require unused fields

This commit is contained in:
sk 2023-01-16 09:48:29 +01:00
parent b4fa74b78f
commit 21073b11d0
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ public class Instance extends BaseModel{
/**
* Admin-defined description of the Mastodon site.
*/
@RequiredField
// @RequiredField
public String description;
/**
* A shorter description defined by the admin.
@ -37,7 +37,7 @@ public class Instance extends BaseModel{
/**
* An email that may be contacted for any inquiries.
*/
@RequiredField
// @RequiredField
public String email;
/**
* The version of Mastodon installed on the instance.