Last active
December 19, 2015 20:49
-
-
Save ryanpitts/6015619 to your computer and use it in GitHub Desktop.
example json for table-search api endpoint
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
# TABLE MATCH | |
{ | |
"table_id": "B01001", | |
"text": "Table: SEX BY AGE", | |
"table_name": "SEX BY AGE", | |
"topics": "age, gender", | |
"type": "table", | |
"id": "B01001" | |
}, | |
# COLUMN MATCH | |
{ | |
"text": "Table with Column: Norwegian in FIRST ANCESTRY REPORTED", | |
"topics": "ancestry", | |
"column_id": "B04001059", | |
"table_id": "B04001", | |
"table_name": "FIRST ANCESTRY REPORTED", | |
"type": "column", | |
"id": "B04001|B04001059", | |
"column_name": "Norwegian" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment