org.atsui.Timestamp
Schema Diff
+7 -0
1
1
{
2
2
"id": "org.atsui.Timestamp",
3
3
"defs": {
4
4
"main": {
5
5
"type": "procedure",
6
6
"input": {
7
7
"schema": {
8
8
"type": "object",
9
9
"required": [
10
10
"value"
11
11
],
12
12
"properties": {
13
13
"value": {
14
14
"type": "string",
15
15
"format": "datetime"
16
16
}
17
17
}
18
18
},
19
19
"encoding": "application/json"
20
20
},
21
+
"output": {
22
+
"schema": {
23
+
"ref": "at.inlay.defs#response",
24
+
"type": "ref"
25
+
},
26
+
"encoding": "application/json"
27
+
},
21
28
"description": "Displays a datetime value."
22
29
}
23
30
},
24
31
"$type": "com.atproto.lexicon.schema",
25
32
"lexicon": 1
26
33
}