at.inlay.canvas

inlay.at

{
  "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
}

Validate Record

Validate a record against at.inlay.canvas

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

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)

Referenced Schemas (1)

Lexicon Garden

@