org.simocracy.senate.activity

gainforest.earth

{
  "id": "org.simocracy.senate.activity",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "activityType",
          "committeeSims",
          "createdAt"
        ],
        "properties": {
          "status": {
            "type": "string",
            "description": "Current status of the activity",
            "knownValues": [
              "in_progress",
              "completed",
              "failed"
            ]
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when the activity was logged"
          },
          "evaluation": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "Link to org.hypercerts.claim.evaluation record"
          },
          "activityType": {
            "type": "string",
            "description": "Type of senate activity",
            "knownValues": [
              "committee_evaluation",
              "simulation_started",
              "simulation_completed"
            ]
          },
          "proposalText": {
            "type": "string",
            "maxLength": 10000,
            "description": "The proposal text being evaluated"
          },
          "committeeSims": {
            "type": "array",
            "items": {
              "ref": "com.atproto.repo.strongRef",
              "type": "ref"
            },
            "maxLength": 7,
            "description": "References to the sim records participating in this committee"
          },
          "resultSummary": {
            "type": "string",
            "maxLength": 50000,
            "description": "Summary of the simulation result"
          }
        }
      },
      "description": "Senate simulation activity log entry."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against org.simocracy.senate.activity

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:qoti4acfmc5wg6zzmtix6hse
CID
bafyreih5s24obymhqxglnriq3d5kmocdosdorbhr4klz2e4up5r7rub3cy
Indexed At
2026-03-19 20:27 UTC
AT-URI
at://did:plc:qoti4acfmc5wg6zzmtix6hse/com.atproto.lexicon.schema/org.simocracy.senate.activity

Lexicon Garden

@