app.rocksky.feed.generator

rocksky.app

{
  "id": "app.rocksky.feed.generator",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "did",
          "displayName",
          "createdAt"
        ],
        "properties": {
          "did": {
            "type": "string",
            "format": "did"
          },
          "avatar": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg"
            ],
            "maxSize": 1000000
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "description": {
            "type": "string",
            "maxLength": 3000,
            "maxGraphemes": 300
          },
          "displayName": {
            "type": "string",
            "maxLength": 240,
            "maxGraphemes": 24
          }
        }
      },
      "description": "Record declaring of the existence of a feed generator, and containing metadata about it. The record can exist in any repository."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.rocksky.feed.generator

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:vegqomyce4ssoqs7zwqvgqty
CID
bafyreicbddrjqzq4xp6bz65nftqffhvpohbtywmvbrdv3hrwr4o6uqbf7u
Indexed At
2026-01-27 06:06 UTC
AT-URI
at://did:plc:vegqomyce4ssoqs7zwqvgqty/com.atproto.lexicon.schema/app.rocksky.feed.generator

Lexicon Garden

@