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"
          },
          "sprite": {
            "type": "blob",
            "accept": [
              "image/png"
            ],
            "maxSize": 1000000,
            "description": "Animated sprite sheet PNG (128x128, 4 cols x 4 rows of 32x32 frames). Row order: front, left, right, back. Each row has 4 walk-cycle frames."
          },
          "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
bafyreifjzrve3utoq7weqcluygtmd35n2bswx33htz4ngtfzdgy4p4ibvy
Indexed At
2026-04-05 14:20 UTC
AT-URI
at://did:plc:qoti4acfmc5wg6zzmtix6hse/com.atproto.lexicon.schema/org.simocracy.sim

Version History (2 versions)

Referenced Schemas (1)

Lexicon Garden

@