shorter data names

This commit is contained in:
SowinskiBraeden committed 2023-01-08 00:31:44 -08:00
1 parent ce964edcd4
commit 2914859505
7 files changed
+64 -64

No files matched your search

+2 -2
View File
@@ -39,11 +39,11 @@ type Teacher struct {
Postal string `json:"postal"`
DOB string `json:"dob" validate:"required"`
} `json:"Personal"`
SchoolData struct {
School struct {
TID string `json:"tid"` // Teacher ID
Homeroom string `json:"homeroom"`
PhotoName string `json:"photoname"` // name of photo in db
} `json:"schooldata"`
} `json:"School"`
Account struct {
VerifiedEmail bool `json:"verifiedemail"`
SchoolEmail string `json:"schoolemail"`