{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/echo-dfr-dfr061-structure.json", "name": "dfr061", "description": "Demographics Object", "type": "object", "properties": { "Adults": { "type": "string", "description": "The number and percentage of persons living in the area who are between eighteen years old and sixty-five years old.", "example": "102,422 (81.32%)" }, "AfricanAmerican": { "type": "string", "description": "The number and percentage of persons living in the area who are African American.", "example": "20,125 (15.98%)" }, "AmericanIndian": { "type": "string", "description": "The number and percentage of persons living in the area who are of American Indian origin.", "example": "492 (.39%)" }, "AsianPacificIslander": { "type": "string", "description": "The number and percentage of persons living in the area who are of Asian Pacific Islander origin.", "example": "6,822 (5.42%)" }, "BSBA": { "type": "string", "description": "The number and percentage of persons living in the area who have a bachelor's degree or higher.", "example": "54,050 (60.3%)" }, "CenterLatitude": { "type": "string", "description": "The latitude of the facility in degrees, to four decimal places.", "example": "38.798026" }, "CenterLongitude": { "type": "string", "description": "The longitude of the facility in degrees, to four decimal places.", "example": "-77.062981" }, "Child": { "type": "string", "description": "The number and percentage of persons living in the area who are five years old or younger.", "example": "8,690 (6.9%)" }, "Grades9to12": { "type": "string", "description": "The number and percentage of persons living in the area who have completed grades nine through twelve", "example": "3,706 (4.13%)" }, "HSDiploma": { "type": "string", "description": "The number and percentage of persons living in the area who have a high school diploma", "example": "12,433 (13.87%)" }, "HispanicOrigin": { "type": "string", "description": "The number and percentage of persons living in the area who are of Hispanic origin", "example": "19,967 (15.85%)" }, "Households": { "type": "string", "description": "The number of households in the area being profiled", "example": "57,468" }, "HouseholdsPublicAssistance": { "type": "string", "description": "The number of households that are on any type of public assistance (including subsidized housing, welfare, aid to dependent children, etc.)", "example": "502" }, "HousingUnits": { "type": "string", "description": "The number of housing units in the area being profiled", "example": "61,459" }, "Income15to25k": { "type": "string", "description": "The number and percentage of households who earn greater than or equal to $15,000 but less than $25,000 per year", "example": "2,980 (5.4%)" }, "Income25to50k": { "type": "string", "description": "The number and percentage of households who earn greater than or equal to $25,000 but less than $50,000 per year", "example": "7,851 (14.24%)" }, "Income50to75k": { "type": "string", "description": "The number and percentage of households who earn greater than or equal to $50,000 per year but less than $75,000 per year", "example": "8,563 (15.53%)" }, "Income75kPlus": { "type": "string", "description": "The number and percentage of households who earn greater than or equal to $75,000 per year", "example": "32,568 (59.05%)" }, "IncomeLess15k": { "type": "string", "description": "The number and percentage of households who earn less than $15,000 per year", "example": "3,189 (5.78%)" }, "LandArea": { "type": "string", "description": "The percentage of the total area that is land (not water). This is calculated using the sum of the land areas of the Census Block Groups (CBG) within the selected radius", "example": "80%" }, "Less9thGrade": { "type": "string", "description": "The number and percentage of persons living in the area who have less than a ninth grade education", "example": "4,213 (4.7%)" }, "Minors": { "type": "string", "description": "The number and percentage of persons living in the area that are seventeen years old or younger", "example": "23,535 (18.68%)" }, "OtherMultiracial": { "type": "string", "description": "The number and percentage of persons living in the area who are not included in the above classifications or are multiracial", "example": "13,034 (10.35%)" }, "PercentMinority": { "type": "string", "description": "The percentage of the population of the given area that is minority. The field is calculated by subtracting the number of persons who are white (and not of Hispanic origin) from the total persons. This number is then divided by the total persons and multiplied by one hundred to determine the percentage.", "example": "39%" }, "PersonsBelowPovertyLevel": { "type": "string", "description": "The number of people in the selected area that are below the poverty level", "example": "20,122" }, "PopulationDensity": { "type": "string", "description": "The number of persons per square mile in the area being profiled. This field is the ratio of total persons (displayed in the Total Persons field) to total land area (displayed in the Land Area field)", "example": "5,602/sq.mi." }, "Radius": { "type": "string", "description": "The number of miles, in any direction, from the center point of the facility that is included in the demographic profile", "example": "3" }, "Seniors": { "type": "string", "description": "The number and percentage of persons living in the area who are sixty-five years old or older", "example": "13,217 (10.49%)" }, "SomeCollege": { "type": "string", "description": "The number and percentage of persons living in the area who have some college or a two year college degree", "example": "15,240 (17%)" }, "TotalPersons": { "type": "string", "description": "The total number of persons that reside in the area being profiled. The total population within the selected radius of a facility is one indicator of the facility's surrounding environment and provides context for other facility indicators", "example": "125,957" }, "WaterArea": { "type": "string", "description": "The percentage of the total area that is water (not land). This is calculated using the sum of the water areas of the Census Block Groups (CBG) within the selected radius", "example": "20%" }, "White": { "type": "string", "description": "The number and percentage of persons living in the area who are white", "example": "85,483 (67.87%)" } }, "required": [ "Radius", "CenterLatitude", "CenterLongitude", "TotalPersons", "LandArea", "WaterArea", "PopulationDensity", "PercentMinority", "Households", "HousingUnits", "HouseholdsPublicAssistance", "PersonsBelowPovertyLevel", "White", "AfricanAmerican", "HispanicOrigin", "AsianPacificIslander", "AmericanIndian", "OtherMultiracial", "Child", "Minors", "Adults", "Seniors", "Less9thGrade", "Grades9to12", "HSDiploma", "SomeCollege", "BSBA", "IncomeLess15k", "Income15to25k", "Income25to50k", "Income50to75k", "Income75kPlus" ] }