removedOutput schema / properties / data / properties
Removed value: -{
- "attribution": {
- "description": "Non-endorsement notice reproduced verbatim from the Census Bureau developer API terms of service (the published Census wording; the Geocoding Services API publishes no citation sentence of its own and the Census geocoding-services page points to these terms): \"This product uses the Census Bureau Data API but is not endorsed or certified by the Census Bureau.\" Display it wherever this result is shown or redistributed.",
- "type": "string"
- },
- "benchmark": {
- "description": "Census Bureau address-range benchmark used for the match (Public_AR_Current).",
- "type": [
- "string",
- "null"
- ]
- },
- "candidates": {
- "description": "Candidate matches in the Census Bureau's own order (best first), truncated to limit. Eckari applies no re-ranking.",
- "items": {
- "additionalProperties": false,
- "properties": {
- "address_components": {
- "additionalProperties": false,
- "description": "Parsed components of the matched address. Empty upstream values are returned as null.",
- "properties": {
- "city": {
- "description": "City or place name as standardised by the Census Bureau.",
- "type": [
- "string",
- "null"
- ]
- },
- "from_address": {
- "description": "Lowest house number of the matched TIGER address range.",
- "type": [
- "string",
- "null"
- ]
- },
- "pre_direction": {
- "description": "Directional appearing before the street name (e.g. N, SW).",
- "type": [
- "string",
- "null"
- ]
- },
- "pre_type": {
- "description": "Street type appearing before the name (e.g. AVENUE in \"Avenue of the Americas\").",
- "type": [
- "string",
- "null"
- ]
- },
- "state": {
- "description": "Two-letter US state or territory code.",
- "type": [
- "string",
- "null"
- ]
- },
- "street_name": {
- "description": "Street name without type or directional parts.",
- "type": [
- "string",
- "null"
- ]
- },
- "suffix_direction": {
- "description": "Directional appearing after the street name (e.g. NW).",
- "type": [
- "string",
- "null"
- ]
- },
- "suffix_type": {
- "description": "Street type appearing after the name (e.g. AVE, ST, BLVD).",
- "type": [
- "string",
- "null"
- ]
- },
- "to_address": {
- "description": "Highest house number of the matched TIGER address range.",
- "type": [
- "string",
- "null"
- ]
- },
- "zip": {
- "description": "Five-digit ZIP code recorded on the TIGER address range. This is Census reference data, not a USPS deliverability check.",
- "type": [
- "string",
- "null"
- ]
- }
- },
- "required": [
- "from_address",
- "to_address",
- "street_name",
- "pre_type",
- "pre_direction",
- "suffix_type",
- "suffix_direction",
- "city",
- "state",
- "zip"
- ],
- "type": "object"
- },
- "lat": {
- "description": "Latitude in decimal degrees (WGS 84), interpolated along the TIGER/Line street segment.",
- "maximum": 90,
- "minimum": -90,
- "type": [
- "number",
- "null"
- ]
- },
- "lon": {
- "description": "Longitude in decimal degrees (WGS 84), interpolated along the TIGER/Line street segment.",
- "maximum": 180,
- "minimum": -180,
- "type": [
- "number",
- "null"
- ]
- },
- "matched_address": {
- "description": "Standardised address as returned by the Census Bureau, upper-cased.",
- "type": [
- "string",
- "null"
- ]
- },
- "precision": {
- "const": "tiger_interpolated",
- "description": "Always tiger_interpolated: the coordinate is interpolated from the address range of a TIGER/Line street segment, not a rooftop, parcel centroid or surveyed point. Typical error is the length of a house-number range along one block.",
- "type": "string"
- },
- "side": {
- "description": "Side of the street segment the address falls on (L or R), as recorded in TIGER/Line.",
- "type": [
- "string",
- "null"
- ]
- },
- "tiger_line_id": {
- "description": "Identifier of the TIGER/Line street segment the match was interpolated along.",
- "type": [
- "string",
- "null"
- ]
- }
- },
- "required": [
- "matched_address",
- "lat",
- "lon",
- "precision",
- "tiger_line_id",
- "side",
- "address_components"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "has_more": {
- "description": "True when total_candidates exceeds the number of candidates returned, so matches were omitted. Raise limit (up to 10) to see them.",
- "type": "boolean"
- },
- "matched": {
- "description": "True when the Census Bureau returned at least one candidate. False with an empty candidates array is a valid answer for an unrecognised or non-US address.",
- "type": "boolean"
- },
- "query": {
- "description": "The trimmed address as sent to the Census Bureau.",
- "type": "string"
- },
- "total_candidates": {
- "description": "Number of candidates the Census Bureau returned for this address, before limit was applied. A value above 1 means the address is ambiguous in TIGER/Line - typically the same house number on the same street in several ZIP codes - even when only one candidate is shown.",
- "minimum": 0,
- "type": "integer"
- },
- "vintage": {
- "description": "Geography vintage echoed by the Census Bureau. The address-location endpoint does not return one, so this is null for this capability; see location.us.geographies.",
- "type": [
- "string",
- "null"
- ]
- }
-}