registry.resolve_jurisdiction
Resolve a Virginia jurisdiction from a name, alias, FIPS code, or lat/lon point, including layered town and county authorities.
Instructions
Resolve a Virginia jurisdiction from a name, alias, or FIPS code, or from a lon/lat point by point-in-polygon against official boundaries. Use FIRST whenever a place is named or a coordinate is given: Virginia has independent cities that are not inside the counties sharing their names (Fairfax City is not in Fairfax County), and towns that sit inside a county so BOTH governments apply โ read layered_authorities, do not assume the resolved leaf answers everything. Pass query OR lon/lat, never both. If the result carries candidates with requires_user_choice, present them to the user and never pick one yourself. Not for street addresses yet (no geocoding in this release).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | ||
| lon | No | ||
| query | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| coverage | Yes | ||
| evidence | No | ||
| warnings | No | ||
| resources | No | ||
| _execution | No | ||
| provenance | No | ||
| next_actions | No | ||
| requires_user_choice | No |