org.simocracy.style

lexicon.store View official

{
  "id": "org.simocracy.style",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "sim",
          "description",
          "createdAt"
        ],
        "properties": {
          "sim": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "description": {
            "type": "string",
            "maxLength": 30000,
            "description": "A description of the sim's speaking and reply style.",
            "maxGraphemes": 3000
          },
          "descriptionFacets": {
            "type": "array",
            "items": {
              "ref": "app.bsky.richtext.facet",
              "type": "ref"
            }
          }
        }
      },
      "description": "Speaking and reply style for a sim — describes how the sim communicates."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against org.simocracy.style

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

Metadata

DID
did:web:lexicon.store
CID
bafyreicudhrmclxhcm4tvezpuedbzub5ddaic3y2a74lzk5mvcazwp3t4a
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/org.simocracy.style

Referenced Schemas (1)

Lexicon Garden

@