info.charlebois.frame.image
Schema Diff
+4 -2
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "info.charlebois.frame.image",
3
3
"defs": {
4
4
"main": {
5
5
"key": "tid",
6
6
"type": "record",
7
7
"record": {
8
8
"type": "object",
9
9
"required": [
10
10
"createdAt",
11
11
"embed"
12
12
],
13
13
"properties": {
14
14
"text": {
15
15
"type": "string",
16
16
"maxLength": 240
17
17
},
18
18
"embed": {
19
19
"$ref": "app.bsky.embed.images"
20
20
},
21
21
"aspect": {
22
22
"enum": [
23
23
"9:16",
24
24
"original",
25
25
"other"
26
26
],
27
27
"type": "string"
28
28
},
29
29
"createdAt": {
30
30
"type": "string",
31
31
"format": "datetime"
32
32
},
33
33
"expiresAt": {
34
34
"type": "string",
35
35
"format": "datetime"
36
36
}
37
37
}
38
-
}
38
+
},
39
+
"description": "Main definition for a frame image"
39
40
}
40
41
},
41
42
"$type": "com.atproto.lexicon.schema",
42
-
"lexicon": 1
43
+
"lexicon": 1,
44
+
"description": "A frame image record for 9-16.lol"
43
45
}