pub.chive.graph.vote

chive.pub

{
  "id": "pub.chive.graph.vote",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "proposalUri",
          "vote",
          "createdAt"
        ],
        "properties": {
          "vote": {
            "type": "string",
            "knownValues": [
              "approve",
              "reject"
            ]
          },
          "comment": {
            "type": "string",
            "maxLength": 500
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "proposalUri": {
            "type": "string",
            "format": "at-uri",
            "description": "Proposal being voted on"
          },
          "schemaRevision": {
            "type": "integer",
            "minimum": 1,
            "description": "Schema revision this record was created with. Absent means revision 1."
          }
        }
      },
      "description": "Vote on field proposal"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}

Validate Record

Validate a record against pub.chive.graph.vote

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:7natp5xae72bddaqlkef2t4e
CID
bafyreih2cjscd7zghbhwurhohd2efib4hs2ke7g6vhttiwdz74n7qdssla
Indexed At
2026-05-04 17:29 UTC
AT-URI
at://did:plc:7natp5xae72bddaqlkef2t4e/com.atproto.lexicon.schema/pub.chive.graph.vote

Lexicon Garden

@