scot.comhairle.testingPolisPollV1

lexicon.store View official

{
  "id": "scot.comhairle.testingPolisPollV1",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "topic",
          "createdAt"
        ],
        "properties": {
          "topic": {
            "type": "string",
            "maxLength": 300,
            "description": "The topic or question being discussed"
          },
          "closedAt": {
            "type": "string",
            "format": "datetime",
            "description": "Optional timestamp when the poll was closed to new submissions"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when the poll was created"
          },
          "description": {
            "type": "string",
            "maxLength": 3000,
            "description": "Optional longer description of the poll"
          }
        }
      },
      "description": "A poll/topic for deliberation in the Polis-style system"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against scot.comhairle.testingPolisPollV1

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreicns7ydscnhq66ppvyedd5srquugo4nt6ad77obhhudlhblnybuwy
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/scot.comhairle.testingPolisPollV1

Lexicon Garden

@