zone.zephyra.screens.profile

zephyra.zone

{
  "id": "zone.zephyra.screens.profile",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "mediaName",
          "createdAt"
        ],
        "properties": {
          "avatar": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg"
            ],
            "maxSize": 1048576,
            "description": "Poster, logo, or other representative image for the media."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp the profile was first published."
          },
          "mediaName": {
            "type": "string",
            "maxLength": 640,
            "description": "Name of the show, film, or other media this account posts frames from."
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp the profile was last edited."
          },
          "externalLinks": {
            "type": "array",
            "items": {
              "ref": "#externalLink",
              "type": "ref"
            },
            "description": "Links to external databases or sites describing this media (e.g. TVDB, Wikidata, IMDB)."
          }
        }
      }
    },
    "externalLink": {
      "type": "object",
      "required": [
        "name",
        "uri"
      ],
      "properties": {
        "uri": {
          "type": "string",
          "format": "uri",
          "description": "URL of the media's page on the external source."
        },
        "name": {
          "type": "string",
          "description": "Human-readable name of the external source (e.g. \"TVDB\", \"Wikidata\", \"IMDB\")."
        }
      }
    }
  },
  "lexicon": 1,
  "description": "Profile describing the TV show or other media a bot account posts frames from. One record per repository."
}

Validate Record

Validate a record against zone.zephyra.screens.profile

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:qdzngsk72vcfytwvuhbm7z6g
CID
bafyreicfwk7eqow3q4zvqswr4xsyxli5koqbgz2dvfddm6eziyu2zfsmr4
Indexed At
2026-06-02 18:50 UTC
AT-URI
at://did:plc:qdzngsk72vcfytwvuhbm7z6g/com.atproto.lexicon.schema/zone.zephyra.screens.profile

Lexicon Garden

@