dev.mccue.jvm.module

mccue.dev

{
  "id": "dev.mccue.jvm.module",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "artifact",
          "createdAt"
        ],
        "properties": {
          "indexMe": {
            "type": "boolean",
            "default": false,
            "description": "Whether this module should is intented for listing on public indexes"
          },
          "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
bafyreic4jnmhq7yvk5i2zxz7cktvh6qqrlathrhrvtth5dwfdmdubbpkdm
Indexed At
2026-05-30 02:55 UTC
AT-URI
at://did:plc:dt7fth2hmap6wya7uyyl2g3v/com.atproto.lexicon.schema/dev.mccue.jvm.module

Version History (11 versions)

Lexicon Garden

@