FittsLaw/index.json

19 lines
501 B
JSON
Raw Normal View History

2018-11-29 13:14:03 -05:00
{
"mappings": {
"_doc": {
"properties": {
"platform":{"type":"keyword"},
"participantId": {"type":"integer"},
"angle":{"type":"double"},
"distance":{"type":"double"},
"time":{"type":"double"},
"direction":{"type":"boolean"},
"dotName":{"type":"keyword"},
"trialIndex":{"type":"integer"},
"dotIndex":{"type":"integer"},
"timestamp":{"type":"date","format":"epoch_millis"}
}
}
}
}