com.thelexfiles.test.temp.hello
Schema Diff
+3 -0
Compatibility Analysis
Backward Compatible
Backward compatible. 2 non-breaking changes.
Non-Breaking Changes (2)
- AddedVertex AddedVertex { vertex_id: "com.thelexfiles.test.temp.hello:body.count" }
- AddedEdge AddedEdge { src: "com.thelexfiles.test.temp.hello:body", tgt: "com.thelexfiles.test.temp.hello:body.count", kind: "prop", name: Some("count") }
Migration Guidance
Added Elements
AddedVertex { vertex_id: "com.thelexfiles.test.temp.hello:body.count" }
Additional Notes
- Non-breaking: AddedEdge { src: "com.thelexfiles.test.temp.hello:body", tgt: "com.thelexfiles.test.temp.hello:body.count", kind: "prop", name: Some("count") }
1
1
{
2
2
"id": "com.thelexfiles.test.temp.hello",
3
3
"defs": {
4
4
"main": {
5
5
"key": "tid",
6
6
"type": "record",
7
7
"record": {
8
8
"type": "object",
9
9
"properties": {
10
10
"text": {
11
11
"type": "string"
12
+
},
13
+
"count": {
14
+
"type": "integer"
12
15
}
13
16
}
14
17
}
15
18
}
16
19
},
17
20
"$type": "com.atproto.lexicon.schema",
18
21
"lexicon": 1
19
22
}