rsvp.atmo.space.getRecord
Schema Diff
+4 -0
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "rsvp.atmo.space.getRecord",
3
3
"defs": {
4
4
"main": {
5
5
"type": "query",
6
6
"errors": [
7
7
{
8
8
"name": "NotFound"
9
9
},
10
10
{
11
11
"name": "Forbidden"
12
12
}
13
13
],
14
14
"output": {
15
15
"schema": {
16
16
"type": "object",
17
17
"required": [
18
18
"record"
19
19
],
20
20
"properties": {
21
21
"record": {
22
22
"ref": "rsvp.atmo.space.defs#recordView",
23
23
"type": "ref"
24
24
}
25
25
}
26
26
},
27
27
"encoding": "application/json"
28
28
},
29
29
"parameters": {
30
30
"type": "params",
31
31
"required": [
32
32
"spaceUri",
33
33
"collection",
34
34
"author",
35
35
"rkey"
36
36
],
37
37
"properties": {
38
38
"rkey": {
39
39
"type": "string"
40
40
},
41
41
"author": {
42
42
"type": "string",
43
43
"format": "did"
44
44
},
45
45
"spaceUri": {
46
46
"type": "string",
47
47
"format": "at-uri"
48
48
},
49
49
"collection": {
50
50
"type": "string",
51
51
"format": "nsid"
52
+
},
53
+
"inviteToken": {
54
+
"type": "string",
55
+
"description": "Read-grant invite token. When supplied, replaces JWT auth for this read."
52
56
}
53
57
}
54
58
},
55
59
"description": "Get a single record from a space."
56
60
}
57
61
},
58
62
"$type": "com.atproto.lexicon.schema",
59
63
"lexicon": 1
60
64
}