is.currents.content.defs

currents.is

{
  "id": "is.currents.content.defs",
  "defs": {
    "imageView": {
      "type": "object",
      "required": [
        "blobCid",
        "imageUrl"
      ],
      "properties": {
        "width": {
          "type": "integer",
          "description": "Width of the image in pixels. Absent if unknown."
        },
        "height": {
          "type": "integer",
          "description": "Height of the image in pixels. Absent if unknown."
        },
        "blobCid": {
          "type": "string",
          "format": "cid",
          "description": "CID of the saved image blob."
        },
        "imageUrl": {
          "type": "string",
          "format": "uri",
          "description": "CDN URL of the image, resolved server-side from the blob reference."
        },
        "attribution": {
          "ref": "#attribution",
          "type": "ref"
        },
        "dominantColor": {
          "type": "string",
          "description": "Hex color code of the most dominant color, for placeholder rendering. Absent if unknown."
        }
      }
    },
    "attribution": {
      "type": "object",
      "properties": {
        "url": {
          "type": "string",
          "format": "uri",
          "maxLength": 2000
        },
        "credit": {
          "type": "string",
          "maxLength": 500
        },
        "license": {
          "type": "string",
          "maxLength": 500
        }
      },
      "description": "Optional provenance metadata for an image content item."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against is.currents.content.defs

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:jaur46k6ijyfvl4lojza7eic
CID
bafyreiaejs2qeowsx4xfa3sioiy3gxeubyeyget5tn26iixt44gsbwtqfe
Indexed At
2026-04-22 17:31 UTC
AT-URI
at://did:plc:jaur46k6ijyfvl4lojza7eic/com.atproto.lexicon.schema/is.currents.content.defs

Lexicon Garden

@