xyz.opnshelf.mediaLink
Schema Diff
+1 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "xyz.opnshelf.mediaLink",
3
3
"defs": {
4
4
"main": {
5
5
"type": "object",
6
6
"required": [
7
7
"mediaType",
8
8
"mediaId"
9
9
],
10
10
"properties": {
11
11
"mediaId": {
12
12
"type": "string",
13
13
"description": "TMDB movie ID or show ID"
14
14
},
15
15
"mediaType": {
16
16
"enum": [
17
17
"movie",
18
18
"show",
19
19
"season",
20
20
"episode"
21
21
],
22
22
"type": "string",
23
23
"description": "Media type"
24
24
},
25
25
"seasonNumber": {
26
26
"type": "integer",
27
27
"description": "Season number for season/episode items"
28
28
},
29
29
"episodeNumber": {
30
30
"type": "integer",
31
31
"description": "Episode number for episode items"
32
32
}
33
33
},
34
-
"description": "An embedded, typed link binding a standard.site document to an OpnShelf media item. Placed inside a document's open `links` union; gets no collection and no record of its own."
34
+
"description": "An embedded, typed link binding a standard.site document to an Opnshelf media item. Placed inside a document's open `links` union; gets no collection and no record of its own."
35
35
}
36
36
},
37
37
"$type": "com.atproto.lexicon.schema",
38
38
"lexicon": 1
39
39
}