Added Oye City#1213
Conversation
| "country_id" : 161, | ||
| "country_code" : "NG", | ||
| "latitude" : "7.798035744393215", | ||
| "longitude" : "5.328547174323522", |
There was a problem hiding this comment.
The Oye-Ekiti entry is missing the timezone field; other entries (including the newly added Ilawe-Ekiti just above) include timezone. Please add "timezone": "Africa/Lagos" for consistency with the schema and the region.
| "longitude" : "5.328547174323522", | |
| "longitude" : "5.328547174323522", | |
| "timezone" : "Africa/Lagos", |
| "name" : "Ilawe-Ekiti", | ||
| "state_id" : 309, | ||
| "state_code" : "EK", | ||
| "country_id" : 161, | ||
| "country_code" : "NG", | ||
| "latitude" : "7.594942695084398", | ||
| "longitude" : "5.103406817673924", | ||
| "timezone" : "Africa/Lagos", | ||
| "wikiDataId": "Q3509400" | ||
| }, | ||
| { | ||
| "name" : "Oye-Ekiti", | ||
| "state_id" : 309, | ||
| "state_code" : "EK", | ||
| "country_id" : 161, | ||
| "country_code" : "NG", | ||
| "latitude" : "7.798035744393215", | ||
| "longitude" : "5.328547174323522", | ||
| "wikiDataId" : "Q7116252" |
There was a problem hiding this comment.
[nitpick] Inconsistent JSON spacing around colons within this object (e.g., "name" : vs "wikiDataId":). Please standardize to the prevailing style used in the file (no space before the colon) for all keys in the newly added entries.
| "name" : "Ilawe-Ekiti", | |
| "state_id" : 309, | |
| "state_code" : "EK", | |
| "country_id" : 161, | |
| "country_code" : "NG", | |
| "latitude" : "7.594942695084398", | |
| "longitude" : "5.103406817673924", | |
| "timezone" : "Africa/Lagos", | |
| "wikiDataId": "Q3509400" | |
| }, | |
| { | |
| "name" : "Oye-Ekiti", | |
| "state_id" : 309, | |
| "state_code" : "EK", | |
| "country_id" : 161, | |
| "country_code" : "NG", | |
| "latitude" : "7.798035744393215", | |
| "longitude" : "5.328547174323522", | |
| "wikiDataId" : "Q7116252" | |
| "name": "Ilawe-Ekiti", | |
| "state_id": 309, | |
| "state_code": "EK", | |
| "country_id": 161, | |
| "country_code": "NG", | |
| "latitude": "7.594942695084398", | |
| "longitude": "5.103406817673924", | |
| "timezone": "Africa/Lagos", | |
| "wikiDataId": "Q3509400" | |
| }, | |
| { | |
| "name": "Oye-Ekiti", | |
| "state_id": 309, | |
| "state_code": "EK", | |
| "country_id": 161, | |
| "country_code": "NG", | |
| "latitude": "7.798035744393215", | |
| "longitude": "5.328547174323522", | |
| "wikiDataId": "Q7116252" |
| "updated_at": "2025-10-13T13:38:21", | ||
| "flag": 1, | ||
| "wikiDataId": "Q124669880" | ||
| }, |
There was a problem hiding this comment.
[nitpick] There is trailing whitespace after the comma on this line. Please remove trailing spaces to keep the JSON clean and consistent with the rest of the file.
| }, | |
| }, |
|
White space issue resolved already |
π Description
Found a missing city "Oye" and added it.
π― Type of Change
π Affected Entities
β Checklist
contributions/directory (preferred method)python3 bin/build_from_contributions.pylocally and it completed successfullyπ Sources & References
https://en.wikipedia.org/wiki/Oye,_Ekiti
π§ͺ Testing
πΈ Screenshots/Evidence (Optional)
π¬ Additional Notes
Note for Reviewers:
contributions/directory JSON filesidfield (auto-assigned during build)