forked from
nonbinary.computer/jacquard
A better Rust ATProto crate
1{
2 "lexicon": 1,
3 "id": "app.rocksky.like.likeShout",
4 "defs": {
5 "main": {
6 "type": "procedure",
7 "description": "Like a shout",
8 "input": {
9 "encoding": "application/json",
10 "schema": {
11 "type": "object",
12 "properties": {
13 "uri": {
14 "type": "string",
15 "description": "The unique identifier of the shout to like",
16 "format": "at-uri"
17 }
18 }
19 }
20 },
21 "output": {
22 "encoding": "application/json",
23 "schema": {
24 "type": "ref",
25 "ref": "app.rocksky.shout.defs#shoutView"
26 }
27 }
28 }
29 }
30}