records
US Population Estimates - 2015
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"us-population-estimates-2015",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/us-population-estimates-2015"
}
] - "definitions":{
- "us-population-estimates-2015":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/us-population-estimates-2015_records"
}
}
} - "records":
} - "properties":
- "us-population-estimates-2015_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "density":,{
- "type":"integer",
- "title":"Population density (persons/square mile)",
- "description":"Population density estimates"
} - "pop":,{
- "type":"integer",
- "title":"Population",
- "description":"Estimates"
} - "county":,{
- "type":"string",
- "title":"county",
- "description":""
} - "county_name":,{
- "type":"string",
- "title":"county_name",
- "description":""
} - "state_name":,{
- "type":"string",
- "title":"state_name",
- "description":""
} - "state":,{
- "type":"string",
- "title":"state",
- "description":""
} - "datemonths":{
- "type":"string",
- "title":"Month",
- "description":""
}
} - "density":
}
} - "fields":
} - "properties":
} - "us-population-estimates-2015":
}
Submit a reuse
Click to expand Click to collapse
Please login to submit a new reuse.