{
"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
}