dev.mccue.jvm.module

mccue.dev

{
  "id": "dev.mccue.jvm.module",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "variants",
          "createdAt"
        ],
        "properties": {
          "indexMe": {
            "type": "boolean",
            "default": false
          },
          "variants": {
            "type": "array",
            "items": {
              "type": "object",
              "required": [
                "artifact"
              ],
              "properties": {
                "license": {
                  "type": "string",
                  "description": "SPDX License String"
                },
                "artifact": {
                  "type": "blob",
                  "accept": [
                    "application/zip",
                    "application/java-archive"
                  ],
                  "maxSize": 10000000
                },
                "copiedFrom": {
                  "ref": "com.atproto.repo.strongRef",
                  "type": "ref",
                  "description": "A reference to where this module was copied from."
                },
                "billOfMaterials": {
                  "type": "string",
                  "description": "SBOM in CycloneDX format"
                },
                "cpuArchitecture": {
                  "type": "string"
                },
                "operatingSystem": {
                  "type": "string"
                }
              }
            },
            "minLength": 1,
            "description": "Variants of the same module at the same 'version'"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "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
bafyreig624m4i6qri6plxmzme7zzjcvraqlgnqypmxultuu3ngf5q6mzj4
Indexed At
2026-05-30 14:32 UTC
AT-URI
at://did:plc:dt7fth2hmap6wya7uyyl2g3v/com.atproto.lexicon.schema/dev.mccue.jvm.module

Version History (12 versions)

Lexicon Garden

@