# art.cllctv.artwork

> Published by [cllctv.art](https://lexicon.garden/identity/did:plc:gqpqghnqiowg5424adjwmhmg)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:gqpqghnqiowg5424adjwmhmg/art.cllctv.artwork)
- [Documentation](https://lexicon.garden/lexicon/did:plc:gqpqghnqiowg5424adjwmhmg/art.cllctv.artwork/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:gqpqghnqiowg5424adjwmhmg/art.cllctv.artwork/examples)

## Definitions

### `art.cllctv.artwork`

**Type**: `record`

Record containing a cllctv.ART artwork.

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `tags` | `array` | No | Additional hashtags, in addition to any included in post text and facets. |
| `embed` | `array` | No |  |
| `langs` | `array` | No | Indicates human language of post primary text content. |
| `title` | `string` | No |  |
| `labels` | `union` | No | Self-label values for this post. Effectively content warnings. |
| `content` | `union` | No |  |
| `details` | `ref` → `#details` | No |  |
| `ogImage` | `blob` | No |  |
| `createdAt` | `string` (datetime) | Yes |  |
| `description` | `string` | No |  |

### `art.cllctv.artwork#details`

**Type**: `object`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `size` | `ref` → `#detailsSize` | No |  |
| `year` | `string` | No |  |
| `place` | `string` | No |  |
| `medium` | `string` | No |  |
| `rarity` | `string` | No |  |
| `condition` | `string` | No |  |
| `materials` | `string` | No |  |

### `art.cllctv.artwork#detailsSize`

**Type**: `object`

Values should be stored in millimetre (mm).

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `depth` | `string` | No |  |
| `width` | `string` | No |  |
| `height` | `string` | No |  |

## Raw Schema

```json
{
  "id": "art.cllctv.artwork",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "createdAt"
        ],
        "properties": {
          "tags": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 640,
              "maxGraphemes": 64
            },
            "maxLength": 8,
            "description": "Additional hashtags, in addition to any included in post text and facets."
          },
          "embed": {
            "type": "array",
            "items": {
              "refs": [
                "art.cllctv.embed.images#image",
                "art.cllctv.embed.externalVideo"
              ],
              "type": "union"
            }
          },
          "langs": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "language"
            },
            "maxLength": 3,
            "description": "Indicates human language of post primary text content."
          },
          "title": {
            "type": "string",
            "maxLength": 1280,
            "maxGraphemes": 128
          },
          "labels": {
            "refs": [
              "com.atproto.label.defs#selfLabels"
            ],
            "type": "union",
            "description": "Self-label values for this post. Effectively content warnings."
          },
          "content": {
            "refs": [
              "art.cllctv.content.plaintext"
            ],
            "type": "union"
          },
          "details": {
            "ref": "#details",
            "type": "ref"
          },
          "ogImage": {
            "type": "blob",
            "accept": [
              "image/png"
            ],
            "maxSize": 5000000
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "description": {
            "type": "string",
            "maxLength": 3000,
            "maxGraphemes": 300
          }
        }
      },
      "description": "Record containing a cllctv.ART artwork."
    },
    "details": {
      "type": "object",
      "properties": {
        "size": {
          "ref": "#detailsSize",
          "type": "ref"
        },
        "year": {
          "type": "string"
        },
        "place": {
          "type": "string",
          "maxLength": 3000,
          "maxGraphemes": 300
        },
        "medium": {
          "type": "string",
          "knownValues": [
            "ceramic",
            "collage",
            "digital",
            "drawing",
            "ephemera",
            "jewelry",
            "painting",
            "performance",
            "photography",
            "prints",
            "sculpture",
            "street",
            "video"
          ]
        },
        "rarity": {
          "type": "string",
          "knownValues": [
            "unique",
            "limited",
            "open",
            "unknown"
          ]
        },
        "condition": {
          "type": "string",
          "knownValues": [
            "excellent",
            "fine",
            "good",
            "fair"
          ]
        },
        "materials": {
          "type": "string",
          "maxLength": 2000,
          "maxGraphemes": 200
        }
      }
    },
    "detailsSize": {
      "type": "object",
      "properties": {
        "depth": {
          "type": "string"
        },
        "width": {
          "type": "string"
        },
        "height": {
          "type": "string"
        }
      },
      "description": "Values should be stored in millimetre (mm)."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
