include notion of multiple interpretations of the data

This commit is contained in:
Paul Trowbridge 2018-05-21 17:24:50 -04:00
parent 6f7f1ddeb3
commit 1342ab44c9

View File

@ -93,7 +93,8 @@ source definition
"constraint":[ "constraint":[
"{doc}" "{doc}"
], ],
"table_schema":[ "table_views":{
"default":[
{ {
"path":"{doc,origin_addresses,0}", "path":"{doc,origin_addresses,0}",
"type":"text", "type":"text",
@ -119,6 +120,8 @@ source definition
"type":"numeric", "type":"numeric",
"column_name":"duration" "column_name":"duration"
} }
] ],
"version2":[]
}
} }
``` ```