at.inlay.Missing

inlay.at

Documentation

Signals missing data. Components return this when a required value is absent.

main procedure

Signals missing data. Components return this when a required value is absent.

Input

Encodingapplication/json
path array Required

Path segments identifying what is missing

minLength: 1 items

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
          },
          "minLength": 1,
          "description": "Path segments identifying what is missing"
        }
      }
    },
    "encoding": "application/json"
  },
  "output": {
    "schema": {
      "ref": "at.inlay.defs#response",
      "type": "ref"
    },
    "encoding": "application/json"
  },
  "description": "Signals missing data. Components return this when a required value is absent."
}

Lexicon Garden

@