City Overview
A City represents a municipality in Brazil with its official identification codes and state association.
City Schema
| Field | Description | Type |
|---|---|---|
| id | Unique identifier (UUID) | String |
| name | Official name of the city | String |
| ibge_code | Official IBGE (Brazilian Institute of Geography and Statistics) code for the city | String |
| state_id | Identifier of the state where this city is located | String |
| state | State object containing state information | Object |