app.kimbia.share

kimbia.app

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

Validate Record

Validate a record against app.kimbia.share

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:gktrthagvfvzkotyr3n2foox
CID
bafyreihszojunejxeke4xtqulmr5aowr2w4ie6urzdkyfxlm4inaztvqpa
Indexed At
2026-08-16 16:08 UTC
AT-URI
at://did:plc:gktrthagvfvzkotyr3n2foox/com.atproto.lexicon.schema/app.kimbia.share

Version History (2 versions)

Lexicon Garden

@