General clean up of field names

This commit is contained in:
Scott Idem
2021-05-18 18:20:22 -04:00
parent 42ea4a7586
commit 530932f32a

View File

@@ -42,7 +42,7 @@ class Contact_Base(BaseModel):
timezone: Optional[str]
email: Optional[str]
website: Optional[str]
website_url: Optional[str]
website_name: Optional[str]
phone_mobile: Optional[str]
@@ -51,10 +51,10 @@ class Contact_Base(BaseModel):
phone_land: Optional[str]
phone_fax: Optional[str]
facebook: Optional[str]
instagram: Optional[str]
twitter: Optional[str]
linkedin: Optional[str]
facebook_url: Optional[str]
instagram_url: Optional[str]
twitter_url: Optional[str]
linkedin_url: Optional[str]
other_site_url: Optional[str]
other_site_name: Optional[str]