org.atsui.Link

atsui.org

Documentation

A hyperlink.

main procedure

A hyperlink.

Input

Encodingapplication/json
children array Optional

No description available.

uri stringuri Required

A valid URI.

Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://bsky.social)
Enter valid JSON for the request body
View raw schema
{
  "type": "procedure",
  "input": {
    "schema": {
      "type": "object",
      "required": [
        "uri"
      ],
      "properties": {
        "uri": {
          "type": "string",
          "format": "uri"
        },
        "children": {
          "type": "array",
          "items": {
            "type": "unknown"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "A hyperlink."
}

Lexicon Garden

@