org.atsui.Stack

atsui.org

{
  "id": "org.atsui.Stack",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "children"
          ],
          "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:e4fjueijznwqm2yxvt7q4mba
CID
bafyreicqkmiftolsaflfhdhw73mr6hukpsftc2m6svvjfslu7jwpcsjbpq
Indexed At
2026-02-05 22:19 UTC
AT-URI
at://did:plc:e4fjueijznwqm2yxvt7q4mba/com.atproto.lexicon.schema/org.atsui.Stack

Referenced Schemas (1)

Lexicon Garden

@