# app.bivri.bookmark.item

> Published by [lexicons.bivri.app](https://lexicon.garden/identity/did:plc:uqat5a7hrbww3snbbinxgwah)

✓ This is the authoritative definition for this NSID.

## Description

A bookmark placing one artwork into one of the member's bookmark groups.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:uqat5a7hrbww3snbbinxgwah/app.bivri.bookmark.item)
- [Documentation](https://lexicon.garden/lexicon/did:plc:uqat5a7hrbww3snbbinxgwah/app.bivri.bookmark.item/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:uqat5a7hrbww3snbbinxgwah/app.bivri.bookmark.item/examples)

## Definitions

### `app.bivri.bookmark.item`

**Type**: `record`

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `group` | `string` (at-uri) | Yes | bookmark.group AT-URI |
| `subject` | `ref` → `com.atproto.repo.strongRef` | Yes | Strong reference to the bookmarked artwork record. |
| `createdAt` | `string` (datetime) | Yes | Client-declared timestamp of when the bookmark was created. |

## Raw Schema

```json
{
  "id": "app.bivri.bookmark.item",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "group",
          "subject",
          "createdAt"
        ],
        "properties": {
          "group": {
            "type": "string",
            "format": "at-uri",
            "description": "bookmark.group AT-URI"
          },
          "subject": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "Strong reference to the bookmarked artwork record."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp of when the bookmark was created."
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "A bookmark placing one artwork into one of the member's bookmark groups."
}
```
