# house.birb.dyingSun.character

> Published by [birb.house](https://lexicon.garden/identity/did:plc:pwsrgzcv426k7viyjl3ljdvb)

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:pwsrgzcv426k7viyjl3ljdvb/house.birb.dyingSun.character)
- [Documentation](https://lexicon.garden/lexicon/did:plc:pwsrgzcv426k7viyjl3ljdvb/house.birb.dyingSun.character/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:pwsrgzcv426k7viyjl3ljdvb/house.birb.dyingSun.character/examples)

## Definitions

### `house.birb.dyingSun.character`

**Type**: `record`

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `xp` | `integer` | Yes |  |
| `name` | `string` | Yes |  |

## Raw Schema

```json
{
  "id": "house.birb.dyingSun.character",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "xp"
        ],
        "properties": {
          "xp": {
            "type": "integer",
            "minimum": 0
          },
          "name": {
            "type": "string",
            "maxLength": 64,
            "minLength": 1
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
