# games.gamesgamesgamesgames.redirect

> Published by [gamesgamesgamesgames.games](https://lexicon.garden/identity/did:web:gamesgamesgamesgames.games)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:web:gamesgamesgamesgames.games/games.gamesgamesgamesgames.redirect)
- [Documentation](https://lexicon.garden/lexicon/did:web:gamesgamesgamesgames.games/games.gamesgamesgamesgames.redirect/docs)
- [Examples](https://lexicon.garden/lexicon/did:web:gamesgamesgamesgames.games/games.gamesgamesgamesgames.redirect/examples)

## Definitions

### `games.gamesgamesgamesgames.redirect`

**Type**: `record`

A redirect mapping a source AT URI to a target AT URI after migration.

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `createdAt` | `string` (datetime) | Yes |  |
| `sourceUri` | `string` (at-uri) | Yes |  |
| `targetUri` | `string` (at-uri) | Yes |  |
| `collection` | `string` (nsid) | Yes |  |

## Raw Schema

```json
{
  "id": "games.gamesgamesgamesgames.redirect",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "sourceUri",
          "targetUri",
          "collection",
          "createdAt"
        ],
        "properties": {
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "sourceUri": {
            "type": "string",
            "format": "at-uri"
          },
          "targetUri": {
            "type": "string",
            "format": "at-uri"
          },
          "collection": {
            "type": "string",
            "format": "nsid"
          }
        }
      },
      "description": "A redirect mapping a source AT URI to a target AT URI after migration."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
