buzz.bookhive.getBookIdentifiers
Schema Diff
+4 -4
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "buzz.bookhive.getBookIdentifiers",
3
3
"defs": {
4
4
"main": {
5
5
"type": "query",
6
6
"output": {
7
7
"schema": {
8
8
"type": "object",
9
9
"required": [
10
10
"bookIdentifiers"
11
11
],
12
12
"properties": {
13
13
"bookIdentifiers": {
14
14
"ref": "buzz.bookhive.defs#bookIdentifiers",
15
15
"type": "ref"
16
16
}
17
17
}
18
18
},
19
19
"encoding": "application/json"
20
20
},
21
21
"parameters": {
22
22
"type": "params",
23
23
"properties": {
24
-
"isbn": {
24
+
"hiveId": {
25
25
"type": "string",
26
-
"description": "The book ISBN identifier"
26
+
"description": "The book hive ID"
27
27
},
28
-
"hiveId": {
28
+
"isbn10": {
29
29
"type": "string",
30
-
"description": "The book hive ID"
30
+
"description": "The book ISBN-10 identifier"
31
31
},
32
32
"isbn13": {
33
33
"type": "string",
34
34
"description": "The book ISBN-13 identifier"
35
35
},
36
36
"goodreadsId": {
37
37
"type": "string",
38
38
"description": "The Goodreads identifier for the book"
39
39
}
40
40
}
41
41
},
42
42
"description": "Resolve book identifiers by hiveId, isbn, isbn13, or goodreadsId. Does not require authentication."
43
43
}
44
44
},
45
45
"$type": "com.atproto.lexicon.schema",
46
46
"lexicon": 1
47
47
}