tech.waow.brand.getBrand
Schema Diff
+2 -2
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "tech.waow.brand.getBrand",
3
3
"defs": {
4
4
"main": {
5
5
"type": "query",
6
6
"errors": [
7
7
{
8
8
"name": "InvalidNamespace"
9
9
}
10
10
],
11
11
"output": {
12
12
"schema": {
13
13
"type": "object",
14
14
"required": [
15
15
"brands"
16
16
],
17
17
"properties": {
18
18
"brands": {
19
19
"type": "array",
20
20
"items": {
21
21
"ref": "tech.waow.brand.defs#brandView",
22
22
"type": "ref"
23
23
}
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
"namespace"
33
33
],
34
34
"properties": {
35
35
"namespace": {
36
36
"type": "array",
37
37
"items": {
38
38
"type": "string",
39
39
"maxLength": 317
40
40
},
41
41
"maxLength": 50,
42
42
"minLength": 1,
43
-
"description": "Namespaces or NSIDs to resolve, e.g. 'app.bsky.feed.post'. Shorter prefixes such as 'app.bsky' are accepted too, which is why this is not format 'nsid'."
43
+
"description": "Namespaces, NSIDs, handles or DIDs to resolve. A namespace is reverse-DNS ('fm.plyr.song'); a handle is not ('plyr.fm'). Both are accepted and are distinguished exactly, since a namespace cannot resolve as an identity."
44
44
}
45
45
}
46
46
},
47
-
"description": "Resolve brand assets for one or more namespaces. Always answers for a well-formed namespace: when no authority has declared and no avatar can be borrowed, a deterministic generated icon is returned. Does not require auth; results are not personalized."
47
+
"description": "Resolve brand assets for one or more namespaces. Always answers for a well-formed namespace or identity: when no authority has declared and no avatar can be borrowed, a deterministic generated icon is returned. Does not require auth; results are not personalized."
48
48
}
49
49
},
50
50
"$type": "com.atproto.lexicon.schema",
51
51
"lexicon": 1
52
52
}