# net.atview.experimental.sponsor

> Published by [atview.net](https://lexicon.garden/identity/did:plc:ycd3zyxa6iru5fiplr3un6nr)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:ycd3zyxa6iru5fiplr3un6nr/net.atview.experimental.sponsor)
- [Documentation](https://lexicon.garden/lexicon/did:plc:ycd3zyxa6iru5fiplr3un6nr/net.atview.experimental.sponsor/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:ycd3zyxa6iru5fiplr3un6nr/net.atview.experimental.sponsor/examples)

## Definitions

### `net.atview.experimental.sponsor`

**Type**: `record`

Sponsor experiment

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `amount` | `integer` | Yes |  |
| `account` | `ref` → `net.atview.experimental.account` | Yes |  |
| `createdAt` | `string` (datetime) | Yes |  |

## Raw Schema

```json
{
  "id": "net.atview.experimental.sponsor",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "createdAt",
          "amount",
          "account"
        ],
        "properties": {
          "amount": {
            "type": "integer"
          },
          "account": {
            "ref": "net.atview.experimental.account",
            "type": "ref"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "Sponsor experiment"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
