This repository has no description
1{
2 "lexicon": 1,
3 "id": "org.latha.strata.getCursor",
4 "defs": {
5 "main": {
6 "type": "query",
7 "description": "Get the current cursor position",
8 "output": {
9 "encoding": "application/json",
10 "schema": {
11 "type": "object",
12 "properties": {
13 "time_us": {
14 "type": "integer"
15 },
16 "date": {
17 "type": "string"
18 },
19 "seconds_ago": {
20 "type": "integer"
21 }
22 }
23 }
24 }
25 }
26 }
27}