app.chavatar.settings

chavatar.app

{
  "id": "app.chavatar.settings",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "enabled",
          "interval",
          "mode",
          "avatars"
        ],
        "properties": {
          "mode": {
            "type": "string",
            "maxLength": 20,
            "knownValues": [
              "sequential",
              "random"
            ]
          },
          "avatars": {
            "type": "array",
            "items": {
              "ref": "#avatarItem",
              "type": "ref"
            }
          },
          "enabled": {
            "type": "boolean"
          },
          "interval": {
            "type": "string",
            "maxLength": 6,
            "knownValues": [
              "1h",
              "3h",
              "6h",
              "12h",
              "1d",
              "1w",
              "1mo"
            ]
          }
        }
      },
      "description": "Rotation configuration for a user."
    },
    "avatarItem": {
      "type": "object",
      "required": [
        "id",
        "image"
      ],
      "properties": {
        "id": {
          "type": "string",
          "maxLength": 13
        },
        "image": {
          "ref": "com.atproto.repo.strongRef",
          "type": "ref"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "User settings for avatar rotation."
}

Validate Record

Validate a record against app.chavatar.settings

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:chavatar.app
CID
bafyreifgzirr3luolt46gt6tpkaekiapgqdfamuhzxki2qe43mta5v3nqq
Indexed At
2026-03-25 08:44 UTC
AT-URI
at://did:web:chavatar.app/com.atproto.lexicon.schema/app.chavatar.settings

Lexicon Garden

@