directory.evnt.event
Schema Diff
+2 -1
Compatibility Analysis
Breaking Changes Detected
1 breaking change, 3 non-breaking changes.
Breaking Changes (1)
- RemovedEdge RemovedEdge { src: "directory.evnt.event:body.components:items", tgt: "directory.evnt.event:body.components:items:variant2", kind: "variant", name: Some("app.bsky.richtext") }
Non-Breaking Changes (3)
- AddedVertex AddedVertex { vertex_id: "directory.evnt.event:body.components:items:variant3" }
- AddedEdge AddedEdge { src: "directory.evnt.event:body.components:items", tgt: "directory.evnt.event:body.components:items:variant2", kind: "variant", name: Some("directory.evnt.component.splashMedia") }
- AddedEdge AddedEdge { src: "directory.evnt.event:body.components:items", tgt: "directory.evnt.event:body.components:items:variant3", kind: "variant", name: Some("app.bsky.richtext") }
Migration Guidance
Added Elements
AddedVertex { vertex_id: "directory.evnt.event:body.components:items:variant3" }
Additional Notes
- Breaking: RemovedEdge { src: "directory.evnt.event:body.components:items", tgt: "directory.evnt.event:body.components:items:variant2", kind: "variant", name: Some("app.bsky.richtext") }
- Non-breaking: AddedEdge { src: "directory.evnt.event:body.components:items", tgt: "directory.evnt.event:body.components:items:variant2", kind: "variant", name: Some("directory.evnt.component.splashMedia") }
- Non-breaking: AddedEdge { src: "directory.evnt.event:body.components:items", tgt: "directory.evnt.event:body.components:items:variant3", kind: "variant", name: Some("app.bsky.richtext") }
1
1
{
2
2
"id": "directory.evnt.event",
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
"v",
11
11
"name"
12
12
],
13
13
"properties": {
14
14
"v": {
15
15
"type": "string"
16
16
},
17
17
"name": {
18
18
"type": "unknown"
19
19
},
20
20
"venues": {
21
21
"type": "array",
22
22
"items": {
23
23
"refs": [
24
24
"directory.evnt.venue.online",
25
25
"directory.evnt.venue.physical",
26
26
"directory.evnt.venue.unknown"
27
27
],
28
28
"type": "union"
29
29
}
30
30
},
31
31
"instances": {
32
32
"type": "array",
33
33
"items": {
34
34
"ref": "directory.evnt.event.instance",
35
35
"type": "ref"
36
36
}
37
37
},
38
38
"components": {
39
39
"type": "array",
40
40
"items": {
41
41
"refs": [
42
42
"directory.evnt.component.link",
43
43
"directory.evnt.component.source",
44
+
"directory.evnt.component.splashMedia",
44
45
"app.bsky.richtext"
45
46
],
46
47
"type": "union"
47
48
}
48
49
}
49
50
}
50
51
},
51
-
"description": "An event"
52
+
"description": "An OpenEvnt event record"
52
53
}
53
54
},
54
55
"$type": "com.atproto.lexicon.schema",
55
56
"lexicon": 1,
56
57
"revision": 1
57
58
}