# lol.atmo.link

> Published by [mchal.lol](https://lexicon.garden/identity/did:plc:w3aonw33w3mz3mwws34x5of6)

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:w3aonw33w3mz3mwws34x5of6/lol.atmo.link)
- [Documentation](https://lexicon.garden/lexicon/did:plc:w3aonw33w3mz3mwws34x5of6/lol.atmo.link/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:w3aonw33w3mz3mwws34x5of6/lol.atmo.link/examples)

## Definitions

### `lol.atmo.link`

**Type**: `record`

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `url` | `string` | Yes |  |
| `short` | `string` | Yes |  |

## Raw Schema

```json
{
  "id": "lol.atmo.link",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "short",
          "url"
        ],
        "properties": {
          "url": {
            "type": "string",
            "maxLength": 2048,
            "minLength": 1
          },
          "short": {
            "type": "string",
            "maxLength": 32,
            "minLength": 1
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
