org.simocracy.sim

gainforest.earth

{
  "id": "org.simocracy.sim",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "settings",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 64,
            "description": "Display name of the sim"
          },
          "image": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg",
              "image/webp"
            ],
            "description": "Rendered avatar PNG thumbnail for quick display"
          },
          "settings": {
            "ref": "org.simocracy.defs#spriteSettings",
            "type": "ref",
            "description": "Sprite appearance settings"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when the sim was created"
          }
        }
      },
      "description": "An avatar/sim record. One user can have multiple sims."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against org.simocracy.sim

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

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

Referenced Schemas (1)

Lexicon Garden

@