# biz.aaronalexander.openForWorkStatus

> Published by [aaronalexander.biz](https://lexicon.garden/identity/did:plc:5fvcvhsmxmklmhkjqlxkrhd6)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:5fvcvhsmxmklmhkjqlxkrhd6/biz.aaronalexander.openForWorkStatus)
- [Documentation](https://lexicon.garden/lexicon/did:plc:5fvcvhsmxmklmhkjqlxkrhd6/biz.aaronalexander.openForWorkStatus/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:5fvcvhsmxmklmhkjqlxkrhd6/biz.aaronalexander.openForWorkStatus/examples)

## Definitions

### `biz.aaronalexander.openForWorkStatus`

**Type**: `record`

A user's open-for-work status

**Key**: `literal:self`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `open` | `boolean` | No |  |
| `roles` | `array` | No |  |
| `headline` | `string` | No |  |
| `location` | `string` | No |  |
| `updatedAt` | `string` (datetime) | No |  |

## Raw Schema

```json
{
  "id": "biz.aaronalexander.openForWorkStatus",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "properties": {
          "open": {
            "type": "boolean"
          },
          "roles": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 80
            }
          },
          "headline": {
            "type": "string",
            "maxLength": 140
          },
          "location": {
            "type": "string",
            "maxLength": 120
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A user's open-for-work status"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
