No description available.
Properties
cid
string
cid
Optional
A content identifier (CID) referencing immutable data.
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
dateTimeOriginal
string
Optional
No description available.
exposureTime
string
Optional
No description available.
fNumber
string
Optional
No description available.
flash
string
Optional
No description available.
focalLengthIn35mmFormat
string
Optional
No description available.
iSO
integer
Optional
No description available.
lensMake
string
Optional
No description available.
lensModel
string
Optional
No description available.
make
string
Optional
No description available.
model
string
Optional
No description available.
photo
string
at-uri
Required
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
uri
string
at-uri
Optional
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
View raw schema
{
"type": "object",
"required": [
"photo",
"createdAt"
],
"properties": {
"cid": {
"type": "string",
"format": "cid"
},
"iSO": {
"type": "integer"
},
"uri": {
"type": "string",
"format": "at-uri"
},
"make": {
"type": "string"
},
"flash": {
"type": "string"
},
"model": {
"type": "string"
},
"photo": {
"type": "string",
"format": "at-uri"
},
"fNumber": {
"type": "string"
},
"lensMake": {
"type": "string"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"lensModel": {
"type": "string"
},
"exposureTime": {
"type": "string"
},
"dateTimeOriginal": {
"type": "string"
},
"focalLengthIn35mmFormat": {
"type": "string"
}
}
}