at.podping.records.startup
Schema Diff
+4 -0
Compatibility Analysis
Backward Compatible
Backward compatible. 2 non-breaking changes.
Non-Breaking Changes (2)
- AddedVertex AddedVertex { vertex_id: "at.podping.records.startup:body.pingingApp" }
- AddedEdge AddedEdge { src: "at.podping.records.startup:body", tgt: "at.podping.records.startup:body.pingingApp", kind: "prop", name: Some("pingingApp") }
Migration Guidance
Added Elements
AddedVertex { vertex_id: "at.podping.records.startup:body.pingingApp" }
Additional Notes
- Non-breaking: AddedEdge { src: "at.podping.records.startup:body", tgt: "at.podping.records.startup:body.pingingApp", kind: "prop", name: Some("pingingApp") }
1
1
{
2
2
"id": "at.podping.records.startup",
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
"serverAccount",
11
11
"message",
12
12
"timestamp"
13
13
],
14
14
"properties": {
15
15
"v": {
16
16
"type": "string",
17
17
"description": "Optional, e.g. 2.1.0"
18
18
},
19
19
"hive": {
20
20
"type": "string",
21
21
"format": "uri",
22
22
"description": "Optional, e.g. https://rpc.mahdiyari.info"
23
23
},
24
24
"uuid": {
25
25
"type": "string",
26
26
"description": "Optional, e.g. 38a44421-a535-42de-b634-d1f6edce18ce"
27
27
},
28
28
"source": {
29
29
"type": "string",
30
30
"description": "Optional source reference, minimized to save space, e.g. hive:92042659:cf11299faf19367f3f2d6bef0bf2bc4f59272506:0:podping.ccc (if mirroring the podping in hive block 92042659, transaction id cf11299faf19367f3f2d6bef0bf2bc4f59272506, first operation, hive auth podping.ccc)"
31
31
},
32
32
"message": {
33
33
"type": "string",
34
34
"description": "e.g. Podping startup complete"
35
35
},
36
36
"capacity": {
37
37
"type": "string",
38
38
"description": "Optional, e.g. 1,078"
39
39
},
40
40
"sessionId": {
41
41
"type": "string",
42
42
"description": "Optional, e.g. 9887936240807410000"
43
43
},
44
44
"timestamp": {
45
45
"type": "string",
46
46
"format": "datetime",
47
47
"description": "Sender timestamp in ISO format, e.g. 2025-12-29T22:25:09.123Z"
48
48
},
49
+
"pingingApp": {
50
+
"type": "string",
51
+
"description": "Optional, e.g. hivepinger"
52
+
},
49
53
"useTestNode": {
50
54
"type": "boolean",
51
55
"description": "Optional"
52
56
},
53
57
"serverAccount": {
54
58
"type": "string",
55
59
"description": "e.g. podping.aaa"
56
60
}
57
61
}
58
62
},
59
63
"description": "Normalized podping startup fields. Record TID timestamp should represent when the event was received, useful for global ordering."
60
64
}
61
65
},
62
66
"$type": "com.atproto.lexicon.schema",
63
67
"lexicon": 1
64
68
}