type: object required: - address_prefix properties: address_prefix: type: string description: > Only accepts numbers and street names in an alphanumeric format. city: type: string description: > An optional city input used to filter suggestions. Case insensitive and does not match partial abbreviations. state: type: string description: > An optional state input used to filter suggestions. Case insensitive and does not match partial abbreviations. zip_code: type: string description: > An optional ZIP Code input used to filter suggestions. Matches partial entries. geo_ip_sort: type: boolean description: > If `true`, sort suggestions by proximity to the IP set in the `X-Forwarded-For` header.