org.simocracy.event

lexicon.store View official

{
  "id": "org.simocracy.event",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "type",
          "actorDid",
          "simNames",
          "createdAt"
        ],
        "properties": {
          "type": {
            "type": "string",
            "description": "Event type: chat, hearing, or comment"
          },
          "round": {
            "type": "integer",
            "description": "Hearing round: 1=evaluation, 2=response, 3=summary (for comment events)"
          },
          "content": {
            "type": "string",
            "description": "The actual content — sim response for chat, sim opinion for comment",
            "maxGraphemes": 5000
          },
          "simUris": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "maxLength": 10,
            "description": "AT-URIs of sims involved"
          },
          "actorDid": {
            "type": "string",
            "description": "DID of the user who triggered the event"
          },
          "simNames": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "maxLength": 10,
            "description": "Names of sims involved"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "userMessage": {
            "type": "string",
            "description": "User's message that prompted the response (for chat events)",
            "maxGraphemes": 2000
          },
          "proposalTitle": {
            "type": "string",
            "description": "Title of the proposal (for hearing/comment events)",
            "maxGraphemes": 500
          }
        }
      },
      "description": "Tracks user interactions — chat messages, senate hearings launched, and individual sim comments during hearings."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against org.simocracy.event

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreifmyvghztuzs2rqja4andx5kqjczjcg6m7pzhadnzw7y6biguobpy
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/org.simocracy.event

Lexicon Garden

@