tech.lenooby09.atbloons.endorsement

lenooby09.twinkers.online

{
  "id": "tech.lenooby09.atbloons.endorsement",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "networkId",
          "protocolVersion",
          "genesisHash",
          "createdAt",
          "subjectKind",
          "subjectCid",
          "decision",
          "electorateEpoch"
        ],
        "properties": {
          "decision": {
            "type": "string",
            "maxLength": 64,
            "knownValues": [
              "ACCEPT",
              "REJECT"
            ]
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "networkId": {
            "type": "string",
            "maxLength": 64,
            "minLength": 3
          },
          "subjectCid": {
            "type": "string",
            "format": "cid"
          },
          "genesisHash": {
            "type": "string",
            "maxLength": 64,
            "minLength": 64
          },
          "subjectKind": {
            "type": "string",
            "maxLength": 64,
            "knownValues": [
              "TRANSFER",
              "VALIDATOR_EPOCH"
            ]
          },
          "electorateEpoch": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref"
          },
          "protocolVersion": {
            "type": "string",
            "maxLength": 64,
            "knownValues": [
              "v0"
            ]
          }
        }
      },
      "description": "Records a validator's explicit decision on a transfer or validator epoch proposal."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against tech.lenooby09.atbloons.endorsement

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:xocoka6dmx74ciqskczoh6ci
CID
bafyreiajcy7ogh5uq3sehoulorreulkythhpd2wwlcw4kr77ivyrehv4uu
Indexed At
2026-07-16 14:11 UTC
AT-URI
at://did:plc:xocoka6dmx74ciqskczoh6ci/com.atproto.lexicon.schema/tech.lenooby09.atbloons.endorsement

Lexicon Garden

@