At

 view release on metacpan or  search on metacpan

share/lexicons/app/bsky/contact/sendNotification.json  view on Meta::CPAN

{
  "lexicon": 1,
  "id": "app.bsky.contact.sendNotification",
  "defs": {
    "main": {
      "type": "procedure",
      "description": "System endpoint to send notifications related to contact imports. Requires role authentication.",
      "input": {
        "encoding": "application/json",
        "schema": {
          "type": "object",
          "required": ["from", "to"],
          "properties": {
            "from": {
              "description": "The DID of who this notification comes from.",
              "type": "string",
              "format": "did"
            },
            "to": {
              "description": "The DID of who this notification should go to.",
              "type": "string",
              "format": "did"
            }
          }
        }
      },
      "output": {
        "encoding": "application/json",
        "schema": {
          "type": "object",
          "properties": {}
        }
      }
    }
  }
}



( run in 1.795 second using v1.01-cache-2.11-cpan-437f7b0c052 )