social.luminance.portfolio.photo

klee.photos

{
  "id": "social.luminance.portfolio.photo",
  "defs": {
    "exif": {
      "type": "object",
      "properties": {
        "iso": {
          "type": "integer",
          "minimum": 1
        },
        "lens": {
          "type": "string",
          "maxGraphemes": 100
        },
        "camera": {
          "type": "string",
          "maxGraphemes": 100
        },
        "fNumber": {
          "type": "string",
          "maxGraphemes": 10
        },
        "focalLength": {
          "type": "string",
          "maxGraphemes": 20
        },
        "shutterSpeed": {
          "type": "string",
          "maxGraphemes": 20
        }
      }
    },
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "image",
          "createdAt"
        ],
        "properties": {
          "alt": {
            "type": "string",
            "maxGraphemes": 2000
          },
          "exif": {
            "ref": "#exif",
            "type": "ref"
          },
          "tags": {
            "type": "array",
            "items": {
              "type": "string",
              "maxGraphemes": 40
            },
            "maxLength": 10
          },
          "image": {
            "type": "blob",
            "accept": [
              "image/*"
            ],
            "maxSize": 20971520
          },
          "title": {
            "type": "string",
            "maxGraphemes": 200
          },
          "labels": {
            "refs": [
              "com.atproto.label.defs#selfLabels"
            ],
            "type": "union"
          },
          "caption": {
            "type": "string",
            "maxGraphemes": 3000
          },
          "license": {
            "type": "string",
            "maxGraphemes": 100
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "capturedAt": {
            "type": "string",
            "format": "datetime"
          },
          "aspectRatio": {
            "ref": "#aspectRatio",
            "type": "ref"
          }
        }
      },
      "description": "A single portfolio photograph."
    },
    "aspectRatio": {
      "type": "object",
      "required": [
        "width",
        "height"
      ],
      "properties": {
        "width": {
          "type": "integer",
          "minimum": 1
        },
        "height": {
          "type": "integer",
          "minimum": 1
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.luminance.portfolio.photo

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ka5oytd2d6rhs2r6yrvt6yb2
CID
bafyreihqpoqxsvzryphurah3etsqnyz5vjbtj5i6sgcu4yte2rzmm7wn7a
Indexed At
2026-07-22 16:19 UTC
AT-URI
at://did:plc:ka5oytd2d6rhs2r6yrvt6yb2/com.atproto.lexicon.schema/social.luminance.portfolio.photo

Referenced Schemas (1)

Lexicon Garden

@