at.atjam.signup

atjam.at

{
  "id": "at.atjam.signup",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "round",
          "createdAt"
        ],
        "properties": {
          "note": {
            "type": "string",
            "maxLength": 3000,
            "description": "Optional note from the participant (e.g. what they plan to do).",
            "maxGraphemes": 300
          },
          "round": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "Strong-ref to the at.atjam.round record."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "Declares the record creator's intent to participate in the referenced round."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "A declaration of intent to participate in a specific round. The participant's DID is implicit (the record creator)."
}

Validate Record

Validate a record against at.atjam.signup

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:b5bxdq5jyv3tvkyscu42xr7u
CID
bafyreiayfugork7tqlbdobbjhf242inf5lj5utqkmu73qcj72mbs677y2i
Indexed At
2026-05-27 04:28 UTC
AT-URI
at://did:plc:b5bxdq5jyv3tvkyscu42xr7u/com.atproto.lexicon.schema/at.atjam.signup

Version History (2 versions)

Lexicon Garden

@