A single portfolio photograph.
Record Key
tid
Timestamp-based ID
Properties
alt
string
Optional
No description available.
maxGraphemes: 2000 graphemesaspectRatio
ref
#aspectRatio
Optional
No description available.
caption
string
Optional
No description available.
maxGraphemes: 3000 graphemescapturedAt
string
datetime
Optional
An RFC 3339 formatted timestamp.
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
exif
ref
#exif
Optional
No description available.
image
blob
Required
No description available.
maxSize: 21.0 MBlabels
union
Optional
No description available.
Known types:
license
string
Optional
No description available.
maxGraphemes: 100 graphemestags
array
of
string
Optional
No description available.
maxLength: 10 itemstitle
string
Optional
No description available.
maxGraphemes: 200 graphemesView raw schema
{
"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."
}