social.grain.photo.exif

grain.social

{
  "id": "social.grain.photo.exif",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "photo",
          "createdAt"
        ],
        "properties": {
          "iSO": {
            "type": "integer"
          },
          "make": {
            "type": "string"
          },
          "flash": {
            "type": "string"
          },
          "model": {
            "type": "string"
          },
          "photo": {
            "type": "string",
            "format": "at-uri"
          },
          "fNumber": {
            "type": "integer"
          },
          "lensMake": {
            "type": "string"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "lensModel": {
            "type": "string"
          },
          "exposureTime": {
            "type": "integer"
          },
          "dateTimeOriginal": {
            "type": "string",
            "format": "datetime"
          },
          "focalLengthIn35mmFormat": {
            "type": "integer"
          }
        }
      },
      "description": "Basic EXIF metadata for a photo. Integers are scaled by 1000000 to accommodate decimal values and potentially other tags in the future."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.grain.photo.exif

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:e7rftrdyz5e2rw4y6ocszew2
CID
bafyreidt3xb6sn7553zkorb4xexmhrmwrdh3ipvpxs3abmihqgbgn4wedm
Indexed At
2026-02-13 14:32 UTC
AT-URI
at://did:plc:e7rftrdyz5e2rw4y6ocszew2/com.atproto.lexicon.schema/social.grain.photo.exif

Lexicon Garden

@