Skitpic entry
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"image",
"alt"
],
"properties": {
"alt": {
"type": "string",
"maxLength": 3000,
"maxGraphemes": 300
},
"image": {
"type": "blob",
"accept": [
"image/png",
"image/jpeg"
],
"maxSize": 1000000
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "Skitpic entry"
}