Record containing an 88x31 button.
Record Key
tid
Timestamp-based ID
Properties
alt
string
Optional
Alt text description of the button, for accessibility.
maxLength: 3000 bytesmaxGraphemes: 300 graphemesblob
blob
Required
No description available.
maxSize: 1.0 MBhref
string
Optional
Hypertext reference (link) for the button.
maxLength: 3000 bytesmaxGraphemes: 300 graphemespostedAt
string
datetime
Required
Client-declared timestamp when this button was originally created.
title
string
Optional
Title text description of the button, for flavor.
maxLength: 3000 bytesmaxGraphemes: 300 graphemesView raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"blob",
"postedAt"
],
"properties": {
"alt": {
"type": "string",
"maxLength": 3000,
"description": "Alt text description of the button, for accessibility.",
"maxGraphemes": 300
},
"blob": {
"type": "blob",
"accept": [
"image/*"
],
"maxSize": 1000000
},
"href": {
"type": "string",
"maxLength": 3000,
"description": "Hypertext reference (link) for the button.",
"maxGraphemes": 300
},
"title": {
"type": "string",
"maxLength": 3000,
"description": "Title text description of the button, for flavor.",
"maxGraphemes": 300
},
"postedAt": {
"type": "string",
"format": "datetime",
"description": "Client-declared timestamp when this button was originally created."
}
}
},
"description": "Record containing an 88x31 button."
}