Maps named UI slots to the user's chosen drawings. A singleton (key 'self'). Pure config — holds no images, only strongRefs to drawing records.
Record Key
literal:self
Fixed literal value
Properties
assignments
array
of
ref
#assignment
Required
No description available.
maxLength: 64 itemsupdatedAt
string
datetime
Optional
An RFC 3339 formatted timestamp.
View raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"assignments"
],
"properties": {
"updatedAt": {
"type": "string",
"format": "datetime"
},
"assignments": {
"type": "array",
"items": {
"ref": "#assignment",
"type": "ref"
},
"maxLength": 64
}
}
},
"description": "Maps named UI slots to the user's chosen drawings. A singleton (key 'self'). Pure config — holds no images, only strongRefs to drawing records."
}