org.atsui.Stack

danabra.mov View official

{
  "id": "org.atsui.Stack",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "properties": {
            "gap": {
              "type": "string",
              "default": "medium",
              "description": "Space between children.",
              "knownValues": [
                "small",
                "medium",
                "large"
              ]
            },
            "align": {
              "type": "string",
              "default": "stretch",
              "description": "Cross-axis alignment of children.",
              "knownValues": [
                "start",
                "center",
                "end",
                "stretch"
              ]
            },
            "children": {
              "type": "array",
              "items": {
                "ref": "at.inlay.defs#element",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Arranges children vertically with consistent spacing."
    }
  },
  "$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
bafyreib5z24r34pbliq27m4qbw4erdkczqpjze4hg35zk5lzinq5nl7bli
Indexed At
2026-02-04 23:58 UTC
AT-URI
at://did:plc:fpruhuo22xkm5o7ttr2ktxdo/com.atproto.lexicon.schema/org.atsui.Stack

Version History (4 versions)

Referenced Schemas (1)

Lexicon Garden

@