app.winesky.imageVariant

winesky.app

Documentation

A group of image variants for display purposes (currently only main and thumbnail).

main record

A group of image variants for display purposes (currently only main and thumbnail).

Record Key tid Timestamp-based ID

Properties

main blob Required

No description available.

maxSize: 3.0 MB
parent ref #strongRef Optional

No description available.

thumbnail blob Required

No description available.

maxSize: 100.0 KB
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "main",
      "thumbnail"
    ],
    "properties": {
      "main": {
        "type": "blob",
        "accept": [
          "image/jpeg",
          "image/png"
        ],
        "maxSize": 3000000
      },
      "parent": {
        "ref": "#strongRef",
        "type": "ref"
      },
      "thumbnail": {
        "type": "blob",
        "accept": [
          "image/jpeg",
          "image/png"
        ],
        "maxSize": 100000
      }
    }
  },
  "description": "A group of image variants for display purposes (currently only main and thumbnail)."
}
strongRef object

No description available.

Properties

atUri string at-uri Required

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

cid string cid Required

A content identifier (CID) referencing immutable data.

View raw schema
{
  "type": "object",
  "required": [
    "cid",
    "atUri"
  ],
  "properties": {
    "cid": {
      "type": "string",
      "format": "cid"
    },
    "atUri": {
      "type": "string",
      "format": "at-uri"
    }
  }
}

Lexicon Garden

@