org.atsui.Link

lexicon.store View official

{
  "id": "org.atsui.Link",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "uri"
          ],
          "properties": {
            "uri": {
              "type": "string",
              "format": "uri"
            },
            "children": {
              "type": "unknown"
            },
            "decoration": {
              "type": "string",
              "maxLength": 32,
              "knownValues": [
                "none",
                "underline"
              ]
            }
          }
        },
        "encoding": "application/json"
      },
      "output": {
        "schema": {
          "ref": "at.inlay.defs#response",
          "type": "ref"
        },
        "encoding": "application/json"
      },
      "description": "A hyperlink."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against org.atsui.Link

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

Referenced Schemas (1)

Lexicon Garden

@