am.noz.atgallery.alpha.publishedMedia

noz.am

{
  "id": "am.noz.atgallery.alpha.publishedMedia",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "formatVersion",
          "mediaKind",
          "rendition",
          "mime",
          "size",
          "createdAt"
        ],
        "properties": {
          "mime": {
            "type": "string",
            "maxLength": 100,
            "knownValues": [
              "image/jpeg",
              "image/png",
              "image/webp",
              "image/gif",
              "image/avif",
              "video/mp4"
            ]
          },
          "size": {
            "type": "integer",
            "maximum": 52428800,
            "minimum": 1
          },
          "width": {
            "type": "integer",
            "minimum": 1
          },
          "height": {
            "type": "integer",
            "minimum": 1
          },
          "preview": {
            "type": "blob",
            "accept": [
              "image/webp"
            ],
            "maxSize": 1048576
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "mediaKind": {
            "type": "string",
            "maxLength": 16,
            "knownValues": [
              "image",
              "video"
            ]
          },
          "rendition": {
            "type": "blob",
            "accept": [
              "image/jpeg",
              "image/png",
              "image/webp",
              "image/gif",
              "image/avif",
              "video/mp4"
            ],
            "maxSize": 52428800
          },
          "decorative": {
            "type": "boolean"
          },
          "formatVersion": {
            "type": "integer",
            "const": 1
          },
          "defaultAltText": {
            "type": "string",
            "maxGraphemes": 2000
          },
          "defaultCaption": {
            "type": "string",
            "maxGraphemes": 5000
          },
          "contentWarnings": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 200
            },
            "maxLength": 20
          },
          "durationMilliseconds": {
            "type": "integer",
            "maximum": 60000,
            "minimum": 1
          }
        }
      },
      "description": "An immutable, public, metadata-allowlisted media rendition."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against am.noz.atgallery.alpha.publishedMedia

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:lmkzmvv6sdxntwtyxpg7fqqq
CID
bafyreig3yebr5m7eogjb74nxmuudy7qnipftsslvllh5koj4cdthh3vds4
Indexed At
2026-08-21 19:18 UTC
AT-URI
at://did:plc:lmkzmvv6sdxntwtyxpg7fqqq/com.atproto.lexicon.schema/am.noz.atgallery.alpha.publishedMedia

Lexicon Garden

@