org.atsui.Tabs

lexicon.store View official

{
  "id": "org.atsui.Tabs",
  "defs": {
    "tab": {
      "type": "object",
      "required": [
        "label",
        "content"
      ],
      "properties": {
        "label": {
          "type": "string",
          "maxLength": 128,
          "description": "Display label for the tab."
        },
        "content": {
          "ref": "at.inlay.defs#element",
          "type": "ref",
          "description": "Element to render as tab content."
        }
      }
    },
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "items"
          ],
          "properties": {
            "items": {
              "type": "array",
              "items": {
                "ref": "#tab",
                "type": "ref"
              },
              "description": "Tabs to display."
            }
          }
        },
        "encoding": "application/json"
      },
      "output": {
        "schema": {
          "ref": "at.inlay.defs#response",
          "type": "ref"
        },
        "encoding": "application/json"
      },
      "description": "Tabbed content with instant client-side switching."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against org.atsui.Tabs

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
bafyreib3rdqrolv2bdzfdrni663pzjqqt7ypq52mvu7m5vfqof4ti74znu
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/org.atsui.Tabs

Referenced Schemas (2)

Lexicon Garden

@