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 lookup (Public_AR_Current).",
- "type": [
- "string",
- "null"
- ]
- },
- "block": {
- "additionalProperties": false,
- "description": "Census block containing the point (decennial census block layer), or null.",
- "properties": {
- "geoid": {
- "description": "15-character census block GEOID.",
- "type": [
- "string",
- "null"
- ]
- }
- },
- "required": [
- "geoid"
- ],
- "type": [
- "object",
- "null"
- ]
- },
- "block_group": {
- "additionalProperties": false,
- "description": "Census block group containing the point, or null.",
- "properties": {
- "geoid": {
- "description": "12-character block group GEOID.",
- "type": [
- "string",
- "null"
- ]
- }
- },
- "required": [
- "geoid"
- ],
- "type": [
- "object",
- "null"
- ]
- },
- "census_geographies_vintage": {
- "description": "Census geography vintage used for the lookup (Current_Current), echoed by the Census Bureau.",
- "type": [
- "string",
- "null"
- ]
- },
- "congressional_district": {
- "additionalProperties": false,
- "description": "Congressional district for the current session containing the point, or null.",
- "properties": {
- "geoid": {
- "description": "Four-character congressional district GEOID (state FIPS + district number).",
- "type": [
- "string",
- "null"
- ]
- },
- "name": {
- "description": "District name as published by the Census Bureau.",
- "type": [
- "string",
- "null"
- ]
- }
- },
- "required": [
- "geoid",
- "name"
- ],
- "type": [
- "object",
- "null"
- ]
- },
- "county": {
- "additionalProperties": false,
- "description": "County or county equivalent containing the point; null when the Census Bureau returns no county layer.",
- "properties": {
- "fips": {
- "description": "Five-digit county FIPS code (state FIPS + county code).",
- "type": [
- "string",
- "null"
- ]
- },
- "name": {
- "description": "County or county-equivalent name.",
- "type": [
- "string",
- "null"
- ]
- }
- },
- "required": [
- "fips",
- "name"
- ],
- "type": [
- "object",
- "null"
- ]
- },
- "lat": {
- "description": "The latitude that was looked up, echoed back.",
- "type": "number"
- },
- "lon": {
- "description": "The longitude that was looked up, echoed back.",
- "type": "number"
- },
- "place": {
- "additionalProperties": false,
- "description": "Incorporated place containing the point, or null when the point is unincorporated.",
- "properties": {
- "geoid": {
- "description": "Seven-character place GEOID (state FIPS + place code).",
- "type": [
- "string",
- "null"
- ]
- },
- "name": {
- "description": "Place name as published (e.g. Washington city).",
- "type": [
- "string",
- "null"
- ]
- }
- },
- "required": [
- "geoid",
- "name"
- ],
- "type": [
- "object",
- "null"
- ]
- },
- "state": {
- "additionalProperties": false,
- "description": "US state, district or territory containing the point.",
- "properties": {
- "fips": {
- "description": "Two-digit state FIPS code (e.g. 11 for the District of Columbia).",
- "type": [
- "string",
- "null"
- ]
- },
- "name": {
- "description": "State, district or territory name.",
- "type": [
- "string",
- "null"
- ]
- },
- "usps": {
- "description": "Two-letter USPS state abbreviation as published by the Census Bureau.",
- "type": [
- "string",
- "null"
- ]
- }
- },
- "required": [
- "fips",
- "name",
- "usps"
- ],
- "type": [
- "object",
- "null"
- ]
- },
- "tract": {
- "additionalProperties": false,
- "description": "Census tract containing the point; null when the Census Bureau returns no tract layer.",
- "properties": {
- "geoid": {
- "description": "11-character census tract GEOID (state + county + tract).",
- "type": [
- "string",
- "null"
- ]
- },
- "name": {
- "description": "Census tract name as published (e.g. Census Tract 9800).",
- "type": [
- "string",
- "null"
- ]
- }
- },
- "required": [
- "geoid",
- "name"
- ],
- "type": [
- "object",
- "null"
- ]
- },
- "zcta": {
- "additionalProperties": false,
- "description": "ZIP Code Tabulation Area containing the point, or null. A ZCTA is a Census statistical approximation of a ZIP code built from census blocks — it is NOT a USPS delivery ZIP code. ZCTAs and ZIPs are not one-to-one: some ZIPs have no ZCTA, boundaries do not match carrier routes, and PO-Box-only ZIPs have no area. Never present a ZCTA as USPS-validated.",
- "properties": {
- "geoid": {
- "description": "Five-digit ZCTA code (ZCTA5).",
- "type": [
- "string",
- "null"
- ]
- }
- },
- "required": [
- "geoid"
- ],
- "type": [
- "object",
- "null"
- ]
- }
-}