- country (str): The name of the country
- state (str): The name of the state
- city (str): The name of the city
result
Description of your new file.
{
"geopolitical_entities": [
{
"country": "str",
"state": "str",
"city": "str"
}
]
}