dev.mccue.jvm.index

mccue.dev

Schema Diff

+0 -4

From

CID
bafyreidvvaty7lt...
Indexed At
2026-05-30 19:17 UTC
View this version

To

CID
bafyreiflvuqjevf...
Indexed At
2026-05-30 19:17 UTC
View this version

Compatibility Analysis

Breaking Changes Detected

2 breaking changes, 0 non-breaking changes.

Breaking Changes (2)
  • RemovedVertex RemovedVertex { vertex_id: "dev.mccue.jvm.index#moduleVersion.moduleInfo" }
  • RemovedEdge RemovedEdge { src: "dev.mccue.jvm.index#moduleVersion", tgt: "dev.mccue.jvm.index#moduleVersion.moduleInfo", kind: "prop", name: Some("moduleInfo") }

Migration Guidance

Removed Elements

  • RemovedVertex { vertex_id: "dev.mccue.jvm.index#moduleVersion.moduleInfo" }

Additional Notes

  • Breaking: RemovedEdge { src: "dev.mccue.jvm.index#moduleVersion", tgt: "dev.mccue.jvm.index#moduleVersion.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 24
                },
25 25
                "versions": {
26 26
                  "type": "array",
27 27
                  "items": {
28 28
                    "ref": "dev.mccue.jvm.index#moduleVersion",
29 29
                    "type": "ref"
30 30
                  }
31 31
                }
32 32
              }
33 33
            }
34 34
          }
35 35
        }
36 36
      },
37 37
      "description": "An index of where one might find a particular module"
38 38
    },
39 39
    "moduleVersion": {
40 40
      "type": "object",
41 41
      "required": [
42 42
        "version",
43 43
        "module"
44 44
      ],
45 45
      "properties": {
46 46
        "module": {
47 47
          "ref": "com.atproto.repo.strongRef",
48 48
          "type": "ref",
49 49
          "description": "A reference to the module in the provider repo"
50 50
        },
51 51
        "version": {
52 52
          "type": "string",
53 53
          "minLength": 1
54 -
        },
55 -
        "moduleInfo": {
56 -
          "ref": "dev.mccue.jvm.moduleInfo#main",
57 -
          "type": "ref"
58 54
        }
59 55
      }
60 56
    }
61 57
  },
62 58
  "$type": "com.atproto.lexicon.schema",
63 59
  "lexicon": 1
64 60
}

Compare Other Versions

Lexicon Garden

@