No description available.
Properties
associatedRefs
array
of refcom.atproto.repo.strongRef
Optional
StrongRefs (uri+cid) of the Atmosphere records that backed this view.
description
string
Required
No description available.
thumb
blob
Optional
No description available.
maxSize: 1.0 MBthumbHash
string
Optional
No description available.
maxLength: 640 bytesmaxGraphemes: 64 graphemestitle
string
Required
No description available.
uri
string
uri
Required
A valid URI.
View raw schema
{
"type": "object",
"required": [
"uri",
"title",
"description"
],
"properties": {
"uri": {
"type": "string",
"format": "uri"
},
"thumb": {
"type": "blob",
"accept": [
"image/*"
],
"maxSize": 1000000
},
"title": {
"type": "string"
},
"thumbHash": {
"type": "string",
"maxLength": 640,
"maxGraphemes": 64
},
"description": {
"type": "string"
},
"associatedRefs": {
"type": "array",
"items": {
"ref": "com.atproto.repo.strongRef",
"type": "ref"
},
"description": "StrongRefs (uri+cid) of the Atmosphere records that backed this view."
}
}
}