Skip to content

Instantly share code, notes, and snippets.

@roll
Last active June 27, 2018 09:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roll/2dec5eb2995466066723b6e7c96c4f26 to your computer and use it in GitHub Desktop.
Save roll/2dec5eb2995466066723b6e7c96c4f26 to your computer and use it in GitHub Desktop.
{
"fields": [
{
"name": "Year",
"type": "integer",
"format": "default"
},
{
"name": "Males",
"type": "integer",
"format": "default"
},
{
"name": "Females",
"type": "integer",
"format": "default"
},
{
"name": "Total Population",
"type": "integer",
"format": "default"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment