{
"id": "app.kimbia.share",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"platform",
"layout",
"externalUri",
"image",
"createdAt"
],
"properties": {
"image": {
"type": "blob",
"accept": [
"image/png",
"image/jpeg"
],
"maxSize": 2000000,
"description": "The baked share card image."
},
"layout": {
"type": "string",
"maxLength": 128,
"description": "The visual layout used to render the share card.",
"knownValues": [
"laUne",
"feuillet"
]
},
"platform": {
"type": "string",
"maxLength": 128,
"description": "Where this share was posted.",
"knownValues": [
"bsky"
]
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "When the share was created."
},
"activityRef": {
"type": "string",
"maxLength": 2048,
"description": "AT-URI of the published activity (or adventure) record this share is about. Absent until the underlying record is itself published."
},
"externalUri": {
"type": "string",
"maxLength": 2048,
"description": "AT-URI of the published external post (e.g. the Bluesky post)."
}
}
},
"description": "One social share of a Kimbia activity or adventure (e.g. a post to Bluesky). A share is public by nature - it links the external post back to the underlying activity record."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}