dev.mccue.jvm.index

mccue.dev

{
  "id": "dev.mccue.jvm.index",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "providers"
        ],
        "properties": {
          "providers": {
            "type": "array",
            "items": {
              "type": "object",
              "required": [
                "did"
              ],
              "properties": {
                "did": {
                  "type": "string",
                  "format": "did"
                },
                "versions": {
                  "type": "array",
                  "items": {
                    "ref": "dev.mccue.jvm.index#moduleVersion",
                    "type": "ref"
                  }
                }
              }
            }
          }
        }
      },
      "description": "An index of where one might find a particular module"
    },
    "moduleVersion": {
      "type": "object",
      "required": [
        "version",
        "module"
      ],
      "properties": {
        "module": {
          "ref": "com.atproto.repo.strongRef",
          "type": "ref",
          "description": "A reference to the module in the provider repo"
        },
        "version": {
          "type": "string",
          "minLength": 1
        },
        "moduleInfo": {
          "ref": "dev.mccue.jvm.moduleInfo#main",
          "type": "ref"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against dev.mccue.jvm.index

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:dt7fth2hmap6wya7uyyl2g3v
CID
bafyreidvvaty7ltqtd35sho2dt3dweut6gwkok66qiwpd6ocasmcx2mbbq
Indexed At
2026-05-30 19:17 UTC
AT-URI
at://did:plc:dt7fth2hmap6wya7uyyl2g3v/com.atproto.lexicon.schema/dev.mccue.jvm.index

Version History (10 versions)

Referenced Schemas (1)

Lexicon Garden

@