A piece (interactive program) from Aesthetic Computer
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"slug",
"when",
"ref"
],
"properties": {
"ref": {
"type": "string",
"maxLength": 24,
"description": "MongoDB ObjectId reference for bidirectional sync"
},
"slug": {
"type": "string",
"maxLength": 100,
"description": "The piece identifier (e.g., 'wand')"
},
"when": {
"type": "string",
"format": "datetime",
"description": "Creation timestamp (ISO 8601)"
}
}
},
"description": "A piece (interactive program) from Aesthetic Computer"
}