Canvas - a spatial arrangement of component windows.
Record Key
tid
Timestamp-based ID
Properties
createdAt
string
datetime
Optional
An RFC 3339 formatted timestamp.
overrides
array
of
string
did
Optional
Ordered DID stack for resolution overrides. DIDs listed here are prepended to every component's import stack during rendering.
windows
array
of
ref
#window
Required
No description available.
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"windows"
],
"properties": {
"windows": {
"type": "array",
"items": {
"ref": "#window",
"type": "ref"
}
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"overrides": {
"type": "array",
"items": {
"type": "string",
"format": "did"
},
"description": "Ordered DID stack for resolution overrides. DIDs listed here are prepended to every component's import stack during rendering."
}
}
},
"description": "Canvas - a spatial arrangement of component windows."
}