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

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"
          },
          "description": "Path segments to resolve against scope"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Data placeholder resolved by the host during deserialization."
}

Lexicon Garden

@