dev.mccue.jvm.index
Schema Diff
+0 -5
Compatibility Analysis
Breaking Changes Detected
2 breaking changes, 0 non-breaking changes.
Breaking Changes (2)
- RemovedVertex RemovedVertex { vertex_id: "dev.mccue.jvm.index:body.providers:items.moduleInfo" }
- RemovedEdge RemovedEdge { src: "dev.mccue.jvm.index:body.providers:items", tgt: "dev.mccue.jvm.index:body.providers:items.moduleInfo", kind: "prop", name: Some("moduleInfo") }
Migration Guidance
Removed Elements
RemovedVertex { vertex_id: "dev.mccue.jvm.index:body.providers:items.moduleInfo" }
Additional Notes
- Breaking: RemovedEdge { src: "dev.mccue.jvm.index:body.providers:items", tgt: "dev.mccue.jvm.index:body.providers:items.moduleInfo", kind: "prop", name: Some("moduleInfo") }
1
1
{
2
2
"id": "dev.mccue.jvm.index",
3
3
"defs": {
4
4
"main": {
5
5
"key": "any",
6
6
"type": "record",
7
7
"record": {
8
8
"type": "object",
9
9
"required": [
10
10
"providers"
11
11
],
12
12
"properties": {
13
13
"providers": {
14
14
"type": "array",
15
15
"items": {
16
16
"type": "object",
17
17
"required": [
18
18
"did"
19
19
],
20
20
"properties": {
21
21
"did": {
22
22
"type": "string",
23
23
"format": "did"
24
-
},
25
-
"moduleInfo": {
26
-
"ref": "dev.mccue.jvm.index#moduleInfo",
27
-
"type": "ref",
28
-
"description": "Modul"
29
24
}
30
25
}
31
26
}
32
27
}
33
28
}
34
29
},
35
30
"description": "An index of where one might find a particular module"
36
31
}
37
32
},
38
33
"$type": "com.atproto.lexicon.schema",
39
34
"lexicon": 1
40
35
}