org.atsui.Stack

danabra.mov View official

{
  "id": "org.atsui.Stack",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "children"
          ],
          "properties": {
            "gap": {
              "enum": [
                "small",
                "medium",
                "large"
              ],
              "type": "string",
              "default": "medium",
              "description": "Space between children."
            },
            "align": {
              "enum": [
                "start",
                "end",
                "stretch"
              ],
              "type": "string",
              "default": "stretch",
              "description": "Cross-axis alignment of children."
            },
            "children": {
              "type": "array",
              "items": {
                "ref": "at.inlay.defs#node",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Arranges children vertically with consistent spacing. The host controls visual presentation."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against org.atsui.Stack

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

Metadata

DID
did:plc:fpruhuo22xkm5o7ttr2ktxdo
CID
bafyreiaytk4zuvl5nyqd2bkwdyzpbtlgo52oyzwm45ilkc6tdeemn5t7ja
Indexed At
2026-02-04 18:38 UTC
AT-URI
at://did:plc:fpruhuo22xkm5o7ttr2ktxdo/com.atproto.lexicon.schema/org.atsui.Stack

Version History (4 versions)

Referenced Schemas (1)

Lexicon Garden

@