Skip to content

Instantly share code, notes, and snippets.

@bmschmidt
Created September 24, 2014 22:42
Show Gist options
  • Save bmschmidt/a1c32e2d0260519a31d0 to your computer and use it in GitHub Desktop.
Save bmschmidt/a1c32e2d0260519a31d0 to your computer and use it in GitHub Desktop.
Corrected field_descriptions.json
[{"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