fix(bradsmith.json): remove unused "birth" and "maintext" fields, add "obituary" and "affiliations" fields

fix(chipmeadows.json): fix capitalization of "Sept" in "death" field, add "issue" field, remove duplicate "contributions" field
fix(karenKrystalia.json): fix typo in "maintext" field, update "mainimage" field, remove unused "affiliations" field
The changes were made to fix inconsistencies and errors in the JSON files for the people profiles. Unused fields were removed, missing fields were added, and typos were corrected. These changes improve the accuracy and completeness of the data for each person profile.
This commit is contained in:
mauvehed 2023-07-30 14:28:19 -05:00
parent 555cfb41a9
commit 98bacf1ae2
3 changed files with 25 additions and 11 deletions

View file

@ -4,7 +4,9 @@
"handle" : "Nurse",
"birth" : "",
"death" : "2011",
"obituary" : "",
"issue" : "5",
"affiliations" : "",
"mainimage" : "/images/y3t1_Art-Brad_Smith_aka_Nurse.jpg",
"maintext" : "",
"socialmedialinks" : [
@ -14,9 +16,9 @@
}
],
"contributions" : [
{
}
],
"contributions" : "",
"gallery" : ""
"gallery" : [
]
}