# social.lexical.works.work

> Published by [lexical.social](https://lexicon.garden/identity/did:plc:k6xccphpraz5nylacjrdby3s)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:k6xccphpraz5nylacjrdby3s/social.lexical.works.work)
- [Documentation](https://lexicon.garden/lexicon/did:plc:k6xccphpraz5nylacjrdby3s/social.lexical.works.work/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:k6xccphpraz5nylacjrdby3s/social.lexical.works.work/examples)

## Definitions

### `social.lexical.works.work`

**Type**: `record`



**Key**: `any`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `id` | `string` | No |  |
| `year` | `integer` | No |  |
| `title` | `string` | Yes |  |
| `workType` | `string` | Yes |  |

## Raw Schema

```json
{
  "id": "social.lexical.works.work",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "nullable": [
          "id",
          "year"
        ],
        "required": [
          "title",
          "workType"
        ],
        "properties": {
          "id": {
            "type": "string",
            "nullable": true,
            "required": false,
            "maxLength": 64,
            "description": "",
            "maxGraphemes": 32
          },
          "year": {
            "type": "integer",
            "maximum": 2199,
            "minimum": 0,
            "nullable": true,
            "required": false,
            "description": ""
          },
          "title": {
            "type": "string",
            "nullable": false,
            "required": true,
            "maxLength": 1024,
            "description": "",
            "maxGraphemes": 512
          },
          "workType": {
            "type": "string",
            "nullable": false,
            "required": true,
            "maxLength": 128,
            "description": "",
            "knownValues": [
              "Movie"
            ],
            "maxGraphemes": 64
          }
        }
      },
      "description": ""
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
