{
"id": "at.inlay.canvas",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"windows"
],
"properties": {
"windows": {
"type": "array",
"items": {
"ref": "#window",
"type": "ref"
}
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "Canvas - a spatial arrangement of component windows."
},
"window": {
"type": "object",
"required": [
"id",
"x",
"y",
"z",
"componentUri"
],
"properties": {
"x": {
"type": "integer"
},
"y": {
"type": "integer"
},
"z": {
"type": "integer"
},
"id": {
"type": "string",
"maxLength": 64
},
"props": {
"type": "unknown",
"description": "Properties to pass to the component."
},
"width": {
"type": "integer"
},
"height": {
"type": "integer"
},
"componentUri": {
"type": "string",
"format": "at-uri",
"description": "AT URI of the component record to render."
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:mdg3w2kpadcyxy33pizokzf3
- CID
-
bafyreibmb7g3z3rb2tidm56ax7kaxfgrydvfn2jcseqzm6dncjwxir4rwu
- Indexed At
- 2026-03-28 21:48 UTC
- AT-URI
-
at://did:plc:mdg3w2kpadcyxy33pizokzf3/com.atproto.lexicon.schema/at.inlay.canvas
Version History (3 versions)