# social.lexical.works.collectionitem

> 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.collectionitem)
- [Documentation](https://lexicon.garden/lexicon/did:plc:k6xccphpraz5nylacjrdby3s/social.lexical.works.collectionitem/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:k6xccphpraz5nylacjrdby3s/social.lexical.works.collectionitem/examples)

## Definitions

### `social.lexical.works.collectionitem`

**Type**: `record`



**Key**: `any`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `list` | `string` (at-uri) | Yes |  |
| `work` | `string` (at-uri) | Yes |  |
| `createdAt` | `string` (datetime) | Yes |  |

## Raw Schema

```json
{
  "id": "social.lexical.works.collectionitem",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "list",
          "work",
          "createdAt"
        ],
        "properties": {
          "list": {
            "type": "string",
            "format": "at-uri",
            "nullable": false,
            "required": true,
            "description": ""
          },
          "work": {
            "type": "string",
            "format": "at-uri",
            "nullable": false,
            "required": true,
            "description": ""
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "nullable": false,
            "required": true,
            "description": ""
          }
        }
      },
      "description": ""
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
