# to.atpr.link

> Published by [atpr.to](https://lexicon.garden/identity/did:plc:p73ep7av7xeaeou4awrmy45q)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:p73ep7av7xeaeou4awrmy45q/to.atpr.link)
- [Documentation](https://lexicon.garden/lexicon/did:plc:p73ep7av7xeaeou4awrmy45q/to.atpr.link/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:p73ep7av7xeaeou4awrmy45q/to.atpr.link/examples)

## Definitions

### `to.atpr.link`

**Type**: `record`

A shortened URL mapping

**Key**: `any`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `url` | `string` (uri) | Yes |  |
| `updatedAt` | `string` (datetime) | Yes |  |

## Raw Schema

```json
{
  "id": "to.atpr.link",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "url",
          "updatedAt"
        ],
        "properties": {
          "url": {
            "type": "string",
            "format": "uri",
            "maxLength": 2048
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A shortened URL mapping"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
