Skitpic entry
Record Key
tid
Timestamp-based ID
Properties
alt
string
Required
No description available.
maxLength: 3000 bytesmaxGraphemes: 300 graphemescreatedAt
string
datetime
Optional
An RFC 3339 formatted timestamp.
image
blob
Required
No description available.
maxSize: 1.0 MBsourceUrl
string
Optional
No description available.
maxLength: 3000 bytesmaxGraphemes: 300 graphemesView 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"
},
"sourceUrl": {
"type": "string",
"maxLength": 3000,
"maxGraphemes": 300
}
}
},
"description": "Skitpic entry"
}