tech.waow.doodl.drawing
Schema Diff
+0 -5
Compatibility Analysis
Breaking Changes Detected
2 breaking changes, 0 non-breaking changes.
Breaking Changes (2)
- RemovedVertex RemovedVertex { vertex_id: "tech.waow.doodl.drawing:body.room" }
- RemovedEdge RemovedEdge { src: "tech.waow.doodl.drawing:body", tgt: "tech.waow.doodl.drawing:body.room", kind: "prop", name: Some("room") }
Migration Guidance
Removed Elements
RemovedVertex { vertex_id: "tech.waow.doodl.drawing:body.room" }
Additional Notes
- Breaking: RemovedEdge { src: "tech.waow.doodl.drawing:body", tgt: "tech.waow.doodl.drawing:body.room", kind: "prop", name: Some("room") }
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
-
"room": {
20
-
"type": "string",
21
-
"format": "at-uri",
22
-
"description": "Optional: the tech.waow.doodl.room this drawing is a snapshot of (a doodle drawn together in the open). Additive; existing records stay valid."
23
-
},
24
19
"image": {
25
20
"type": "blob",
26
21
"accept": [
27
22
"image/png"
28
23
],
29
24
"maxSize": 1000000
30
25
},
31
26
"prefs": {
32
27
"type": "unknown",
33
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."
34
29
},
35
30
"parent": {
36
31
"ref": "com.atproto.repo.strongRef",
37
32
"type": "ref",
38
33
"description": "Optional immutable parent revision this drawing remixes."
39
34
},
40
35
"source": {
41
36
"type": "blob",
42
37
"accept": [
43
38
"application/vnd.waow.doodl.source+json"
44
39
],
45
40
"maxSize": 1000000,
46
41
"description": "Optional recoverable doodl.delta.v1 source. New records may include it; existing image-only records remain valid."
47
42
},
48
43
"createdAt": {
49
44
"type": "string",
50
45
"format": "datetime"
51
46
}
52
47
}
53
48
},
54
49
"description": "A hand-drawn doodle stored on the author's PDS. Used for gallery art, app icons, anything."
55
50
}
56
51
},
57
52
"$type": "com.atproto.lexicon.schema",
58
53
"lexicon": 1
59
54
}