Skitpic collection
Record Key
tid
Timestamp-based ID
Properties
createdAt
string
datetime
Optional
An RFC 3339 formatted timestamp.
entries
array
of
ref
lol.skittr.skitpic.entry#main
Required
No description available.
name
string
Required
No description available.
maxLength: 3000 bytesmaxGraphemes: 300 graphemesView raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"name",
"entries"
],
"properties": {
"name": {
"type": "string",
"maxLength": 3000,
"maxGraphemes": 300
},
"entries": {
"type": "array",
"items": {
"ref": "lol.skittr.skitpic.entry#main",
"type": "ref"
}
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "Skitpic collection"
}