# xyz.statusphere.status

> Published by [statusphere.xyz](https://lexicon.garden/identity/did:plc:cgglmcdlre7x4iknufqyajbo)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:cgglmcdlre7x4iknufqyajbo/xyz.statusphere.status)
- [Documentation](https://lexicon.garden/lexicon/did:plc:cgglmcdlre7x4iknufqyajbo/xyz.statusphere.status/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:cgglmcdlre7x4iknufqyajbo/xyz.statusphere.status/examples)

## Definitions

### `xyz.statusphere.status`

**Type**: `record`

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `status` | `string` | Yes |  |
| `createdAt` | `string` (datetime) | Yes |  |

## Raw Schema

```json
{
  "id": "xyz.statusphere.status",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "status",
          "createdAt"
        ],
        "properties": {
          "status": {
            "type": "string",
            "maxLength": 32,
            "minLength": 1,
            "maxGraphemes": 1
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
