art.cllctv.artwork

cllctv.art

Documentation

Record containing a cllctv.ART artwork.

main record

Record containing a cllctv.ART artwork.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

description string Optional

No description available.

maxLength: 3000 bytesmaxGraphemes: 300 graphemes
details ref #details Optional

No description available.

langs array of string language Optional

Indicates human language of post primary text content.

maxLength: 3 items
ogImage blob Optional

No description available.

maxSize: 5.0 MB
tags array of string Optional

Additional hashtags, in addition to any included in post text and facets.

maxLength: 8 items
title string Optional

No description available.

maxLength: 1280 bytesmaxGraphemes: 128 graphemes
View raw schema
{
  "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 object

No description available.

Properties

condition string Optional

No description available.

Known values: excellent, fine, good, fair
materials string Optional

No description available.

maxLength: 2000 bytesmaxGraphemes: 200 graphemes
medium string Optional

No description available.

Known values: ceramic, collage, digital, drawing, ephemera, jewelry, painting, performance, photography, prints, sculpture, street, video
place string Optional

No description available.

maxLength: 3000 bytesmaxGraphemes: 300 graphemes
rarity string Optional

No description available.

Known values: unique, limited, open, unknown
year string Optional

No description available.

View raw schema
{
  "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 object

Values should be stored in millimetre (mm).

Properties

depth string Optional

No description available.

height string Optional

No description available.

width string Optional

No description available.

View raw schema
{
  "type": "object",
  "properties": {
    "depth": {
      "type": "string"
    },
    "width": {
      "type": "string"
    },
    "height": {
      "type": "string"
    }
  },
  "description": "Values should be stored in millimetre (mm)."
}

Lexicon Garden

@