Get property query schema
getPropertyQuerySchemaGet the column list, DuckDB types, and descriptions for a county's properties query table to write accurate queryProperties calls without guessing. Some coverage-dependent fields may be NULL.
Instructions
Returns the column list, DuckDB types, and a one-line description of each column of the 'properties' query table for a county, so queryProperties can be written without guessing. Notes that some coverage-dependent fields may be NULL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| county | Yes | County to describe (case-insensitive), e.g. 'Lee'. |