org.atsui.Grid

lexicon.store View official

{
  "id": "org.atsui.Grid",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "children"
          ],
          "properties": {
            "gap": {
              "type": "string",
              "default": "small",
              "maxLength": 32,
              "description": "Space between children.",
              "knownValues": [
                "none",
                "small",
                "medium",
                "large"
              ]
            },
            "columns": {
              "type": "integer",
              "default": 3,
              "minimum": 1,
              "description": "Number of equal columns."
            },
            "children": {
              "type": "unknown"
            }
          }
        },
        "encoding": "application/json"
      },
      "output": {
        "schema": {
          "ref": "at.inlay.defs#response",
          "type": "ref"
        },
        "encoding": "application/json"
      },
      "description": "Arranges children in a grid of equal columns."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against org.atsui.Grid

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

Metadata

DID
did:web:lexicon.store
CID
bafyreicq5xf7rv7wwxdohtmxzgddsd2nnj57gr4niazp2zsms7c67dc7da
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/org.atsui.Grid

Referenced Schemas (1)

Lexicon Garden

@