{
"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
}
Metadata
- DID
-
did:plc:qoti4acfmc5wg6zzmtix6hse
- CID
-
bafyreifmyvghztuzs2rqja4andx5kqjczjcg6m7pzhadnzw7y6biguobpy
- Indexed At
- 2026-03-19 20:27 UTC
- AT-URI
-
at://did:plc:qoti4acfmc5wg6zzmtix6hse/com.atproto.lexicon.schema/org.simocracy.event