org.atsui.Text

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",
                "center",
                "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.Text

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

Metadata

DID
did:plc:fpruhuo22xkm5o7ttr2ktxdo
CID
bafyreiaysvutjsrn4mgqmeye6ot5mzo7yvrn645mz5bq5jnm6bhvlmycmq
Indexed At
2026-02-04 17:01 UTC
AT-URI
at://did:plc:fpruhuo22xkm5o7ttr2ktxdo/com.atproto.lexicon.schema/org.atsui.Text

Version History (2 versions)

Referenced Schemas (1)

Lexicon Garden

@