com.naturesfieldbook.temp.taxon
Schema Diff
+0 -7
Compatibility Analysis
Breaking Changes Detected
5 breaking changes, 0 non-breaking changes.
Breaking Changes (5)
- RemovedVertex RemovedVertex { vertex_id: "com.naturesfieldbook.temp.taxon:body.children" }
- RemovedVertex RemovedVertex { vertex_id: "com.naturesfieldbook.temp.taxon:body.children:items" }
- RemovedEdge RemovedEdge { src: "com.naturesfieldbook.temp.taxon:body", tgt: "com.naturesfieldbook.temp.taxon:body.children", kind: "prop", name: Some("children") }
- RemovedEdge RemovedEdge { src: "com.naturesfieldbook.temp.taxon:body.children", tgt: "com.naturesfieldbook.temp.taxon:body.children:items", kind: "items", name: None }
- RemovedEdge RemovedEdge { src: "com.naturesfieldbook.temp.taxon:body.children:items", tgt: "com.atproto.repo.strongRef", kind: "ref", name: None }
Migration Guidance
Removed Elements
RemovedVertex { vertex_id: "com.naturesfieldbook.temp.taxon:body.children" }RemovedVertex { vertex_id: "com.naturesfieldbook.temp.taxon:body.children:items" }
Additional Notes
- Breaking: RemovedEdge { src: "com.naturesfieldbook.temp.taxon:body", tgt: "com.naturesfieldbook.temp.taxon:body.children", kind: "prop", name: Some("children") }
- Breaking: RemovedEdge { src: "com.naturesfieldbook.temp.taxon:body.children", tgt: "com.naturesfieldbook.temp.taxon:body.children:items", kind: "items", name: None }
- Breaking: RemovedEdge { src: "com.naturesfieldbook.temp.taxon:body.children:items", tgt: "com.atproto.repo.strongRef", kind: "ref", name: None }
1
1
{
2
2
"id": "com.naturesfieldbook.temp.taxon",
3
3
"defs": {
4
4
"main": {
5
5
"key": "tid",
6
6
"type": "record",
7
7
"record": {
8
8
"type": "object",
9
9
"nullable": [
10
10
"commonName",
11
11
"parent"
12
12
],
13
13
"required": [
14
14
"createdAt",
15
15
"rank",
16
16
"scientificName",
17
17
"updatedAt"
18
18
],
19
19
"properties": {
20
20
"rank": {
21
21
"type": "string",
22
22
"maxLength": 64,
23
23
"knownValues": [
24
24
"Kingdom",
25
25
"Class",
26
26
"Order",
27
27
"Family",
28
28
"Genus",
29
29
"Species"
30
30
]
31
31
},
32
32
"parent": {
33
33
"ref": "com.atproto.repo.strongRef",
34
34
"type": "ref"
35
35
},
36
-
"children": {
37
-
"type": "array",
38
-
"items": {
39
-
"ref": "com.atproto.repo.strongRef",
40
-
"type": "ref"
41
-
}
42
-
},
43
36
"createdAt": {
44
37
"type": "string",
45
38
"format": "datetime"
46
39
},
47
40
"updatedAt": {
48
41
"type": "string",
49
42
"format": "datetime"
50
43
},
51
44
"commonName": {
52
45
"type": "string",
53
46
"maxLength": 256
54
47
},
55
48
"scientificName": {
56
49
"type": "string",
57
50
"maxLength": 256
58
51
}
59
52
}
60
53
},
61
54
"description": "One or more populations of an organism which forms a biological unit."
62
55
}
63
56
},
64
57
"$type": "com.atproto.lexicon.schema",
65
58
"lexicon": 1
66
59
}