{
"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",
"element"
],
"properties": {
"x": {
"type": "integer"
},
"y": {
"type": "integer"
},
"z": {
"type": "integer"
},
"id": {
"type": "string",
"maxLength": 64
},
"width": {
"type": "integer"
},
"height": {
"type": "integer"
},
"element": {
"ref": "at.inlay.defs#element",
"type": "ref"
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:mdg3w2kpadcyxy33pizokzf3
- CID
-
bafyreiclebuzy4y2co26hyhkdfpt4lncdwzangk6wvg6lqlyw7fw4qpwli
- Indexed At
- 2026-03-27 06:44 UTC
- AT-URI
-
at://did:plc:mdg3w2kpadcyxy33pizokzf3/com.atproto.lexicon.schema/at.inlay.canvas
Version History (3 versions)