so.sprk.sound.audio
Schema Diff
+0 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "so.sprk.sound.audio",
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
"sound",
11
-
"title",
12
11
"createdAt"
13
12
],
14
13
"properties": {
15
14
"sound": {
16
15
"type": "blob",
17
16
"accept": [
18
17
"audio/*"
19
18
],
20
19
"maxSize": 10485760
21
20
},
22
21
"title": {
23
22
"type": "string",
24
23
"maxLength": 1000,
25
24
"description": "The audio's title.",
26
25
"maxGraphemes": 100
27
26
},
28
27
"labels": {
29
28
"refs": [
30
29
"com.atproto.label.defs#selfLabels"
31
30
],
32
31
"type": "union",
33
32
"description": "Self-label values for this audio. Effectively content warnings."
34
33
},
35
34
"origin": {
36
35
"ref": "com.atproto.repo.strongRef",
37
36
"type": "ref"
38
37
},
39
38
"details": {
40
39
"ref": "so.sprk.sound.defs#audioDetails",
41
40
"type": "ref"
42
41
},
43
42
"createdAt": {
44
43
"type": "string",
45
44
"format": "datetime",
46
45
"description": "Client-declared timestamp when this audio was originally created."
47
46
}
48
47
}
49
48
}
50
49
}
51
50
},
52
51
"$type": "com.atproto.lexicon.schema",
53
52
"lexicon": 1,
54
53
"description": "A audio record referencable in a Spark record (e.g, a post)"
55
54
}