at.inlay.Binding

inlay.at

Documentation

Data placeholder resolved by the host during deserialization.

main procedure

Data placeholder resolved by the host during deserialization.

Input

Encodingapplication/json
path array Required

Path segments to resolve against scope

Output

Encodingapplication/json
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": [
        "path"
      ],
      "properties": {
        "path": {
          "type": "array",
          "items": {
            "type": "string",
            "maxLength": 256
          },
          "description": "Path segments to resolve against scope"
        }
      }
    },
    "encoding": "application/json"
  },
  "output": {
    "schema": {
      "ref": "at.inlay.defs#response",
      "type": "ref"
    },
    "encoding": "application/json"
  },
  "description": "Data placeholder resolved by the host during deserialization."
}

Lexicon Garden

@