org.simocracy.history

gainforest.earth

{
  "id": "org.simocracy.history",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "type",
          "actorDid",
          "simNames",
          "createdAt"
        ],
        "properties": {
          "type": {
            "type": "string",
            "description": "Event type: \"chat\" or \"sprocess\""
          },
          "round": {
            "type": "integer",
            "description": "Ordering index within a multi-step event (e.g. sim index within an S-Process run)"
          },
          "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"
          },
          "hearingId": {
            "type": "string",
            "maxLength": 32,
            "description": "Opaque run ID grouping events from the same session (legacy name; also used by S-Process runs)"
          },
          "userMessage": {
            "type": "string",
            "description": "User's message that prompted the response (for chat events)",
            "maxGraphemes": 2000
          },
          "proposalTitle": {
            "type": "string",
            "description": "Title of the proposal or floor the event relates to",
            "maxGraphemes": 500
          }
        }
      },
      "description": "Tracks user interactions — chat messages with sims and S-Process deliberation events."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against org.simocracy.history

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:qoti4acfmc5wg6zzmtix6hse
CID
bafyreia3mkq6qopts7nyc2isr26czpfgmefyu3dv4sttxcf235jeyntwee
Indexed At
2026-04-24 18:58 UTC
AT-URI
at://did:plc:qoti4acfmc5wg6zzmtix6hse/com.atproto.lexicon.schema/org.simocracy.history

Version History (4 versions)

Lexicon Garden

@