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"
    },
    "variant": {
      "type": "object",
      "required": [
        "source",
        "moduleInfo"
      ],
      "properties": {
        "source": {
          "refs": [
            "com.atproto.repo.strongRef"
          ],
          "type": "union",
          "description": "A reference to where this module was copied from."
        },
        "license": {
          "type": "string",
          "description": "SPDX License String"
        },
        "moduleInfo": {
          "ref": "dev.mccue.jvm.moduleInfo",
          "type": "ref"
        },
        "billOfMaterials": {
          "type": "string",
          "description": "SBOM in CycloneDX format"
        },
        "cpuArchitecture": {
          "ref": "dev.mccue.jvm.cpuArchitecture",
          "type": "ref"
        },
        "operatingSystem": {
          "ref": "dev.mccue.jvm.operatingSystem",
          "type": "ref"
        }
      }
    },
    "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": [
        "variants"
      ],
      "properties": {
        "variants": {
          "type": "array",
          "items": {
            "ref": "dev.mccue.jvm.index#variant",
            "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
bafyreih7kzicmaiw5k2oxloqrw7v34k4ntdigxdarc4m7zubcur7n7nslq
Indexed At
2026-06-04 12:27 UTC
AT-URI
at://did:plc:dt7fth2hmap6wya7uyyl2g3v/com.atproto.lexicon.schema/dev.mccue.jvm.index

Version History (12 versions)

Referenced Schemas (3)

Lexicon Garden

@