# computer.katherine.Handle

> Published by [katherine.computer](https://lexicon.garden/identity/did:plc:rcjhtxh5v4mwvrbezap3hixf)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:rcjhtxh5v4mwvrbezap3hixf/computer.katherine.Handle)
- [Documentation](https://lexicon.garden/lexicon/did:plc:rcjhtxh5v4mwvrbezap3hixf/computer.katherine.Handle/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:rcjhtxh5v4mwvrbezap3hixf/computer.katherine.Handle/examples)

## Definitions

### `computer.katherine.Handle`

**Type**: `procedure`

#### Input

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `did` | `string` (did) | Yes |  |

#### Output

**Encoding**: `application/json`

## Raw Schema

```json
{
  "id": "computer.katherine.Handle",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "did"
          ],
          "properties": {
            "did": {
              "type": "string",
              "format": "did"
            }
          }
        },
        "encoding": "application/json"
      },
      "output": {
        "schema": {
          "ref": "at.inlay.defs#response",
          "type": "ref"
        },
        "encoding": "application/json"
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
