tech.waow.doodl.drawing
Schema Diff
+0 -0
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "tech.waow.doodl.drawing",
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
"image",
11
11
"createdAt"
12
12
],
13
13
"properties": {
14
14
"name": {
15
15
"type": "string",
16
16
"maxLength": 640,
17
17
"description": "Optional title."
18
18
},
19
19
"image": {
20
20
"type": "blob",
21
21
"accept": [
22
22
"image/png"
23
23
],
24
24
"maxSize": 1000000
25
25
},
26
26
"prefs": {
27
27
"type": "unknown",
28
28
"description": "Optional per-drawing preference overrides (open map of key -> value, e.g. explore: hide). Absent = inherit the author's tech.waow.doodl.preferences defaults. Additive: existing records without it stay valid."
29
29
},
30
30
"parent": {
31
31
"ref": "com.atproto.repo.strongRef",
32
32
"type": "ref",
33
33
"description": "Optional immutable parent revision this drawing remixes."
34
34
},
35
35
"source": {
36
36
"type": "blob",
37
37
"accept": [
38
38
"application/vnd.waow.doodl.source+json"
39
39
],
40
40
"maxSize": 1000000,
41
41
"description": "Optional recoverable doodl.delta.v1 source. New records may include it; existing image-only records remain valid."
42
42
},
43
43
"createdAt": {
44
44
"type": "string",
45
45
"format": "datetime"
46
46
}
47
47
}
48
48
},
49
49
"description": "A hand-drawn doodle stored on the author's PDS. Used for gallery art, app icons, anything."
50
50
}
51
51
},
52
52
"$type": "com.atproto.lexicon.schema",
53
53
"lexicon": 1
54
54
}