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": {
              "ref": "dev.mccue.jvm.index#provider",
              "type": "ref"
            }
          }
        }
      },
      "description": "An index of where one might find a particular module"
    },
    "provider": {
      "type": "object",
      "required": [
        "did"
      ],
      "properties": {
        "did": {
          "type": "string",
          "format": "did"
        },
        "versions": {
          "type": "array",
          "items": {
            "ref": "dev.mccue.jvm.index#moduleVersion",
            "type": "ref"
          }
        }
      }
    },
    "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",
          "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
bafyreifrq7wtxtnbd2rg3d6qw3simckeqr6fgnlpjv4mpprs5utq574qhe
Indexed At
2026-05-30 19:19 UTC
AT-URI
at://did:plc:dt7fth2hmap6wya7uyyl2g3v/com.atproto.lexicon.schema/dev.mccue.jvm.index

Version History (10 versions)

Referenced Schemas (1)

Lexicon Garden

@