dev.mccue.jvm.module

mccue.dev

{
  "id": "dev.mccue.jvm.module",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "artifact",
          "createdAt"
        ],
        "properties": {
          "license": {
            "type": "string",
            "description": "SPDX License String"
          },
          "artifact": {
            "type": "blob",
            "accept": [
              "application/zip",
              "application/java-archive"
            ],
            "maxSize": 10000000
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "billOfMaterials": {
            "type": "string",
            "description": "SBOM in CycloneDX format"
          }
        }
      },
      "description": "A JVM Module published for wider consumption."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against dev.mccue.jvm.module

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:dt7fth2hmap6wya7uyyl2g3v
CID
bafyreicuewppksmib5y2yrckxlyyzrjlt7leiz5prfclnzq2aicpx4pjpm
Indexed At
2026-05-29 23:27 UTC
AT-URI
at://did:plc:dt7fth2hmap6wya7uyyl2g3v/com.atproto.lexicon.schema/dev.mccue.jvm.module

Version History (12 versions)

Lexicon Garden

@