{
"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
}
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