Created
September 24, 2014 22:42
-
-
Save bmschmidt/a1c32e2d0260519a31d0 to your computer and use it in GitHub Desktop.
Corrected field_descriptions.json
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
[{"field":"date", | |
"datatype":"time", | |
"type":"numeric", | |
"unique":true, | |
"derived":[{"resolution":"month"}]}, | |
{"field":"searchstring", | |
"datatype":"searchstring", | |
"type":"text", | |
"unique":true}, | |
{"field":"series", | |
"datatype":"categorical", | |
"type":"text", | |
"unique":false}, | |
{"field":"persons", | |
"datatype":"categorical", | |
"type":"text", | |
"unique":false}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment