app.winesky.imageSet

winesky.app

Documentation

A set of Winesky-uploaded images

main record

A set of Winesky-uploaded images

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

description string Optional

No description available.

maxLength: 5000 bytes
images array of blob Optional

No description available.

maxLength: 4 itemsminLength: 1 items
origin string Required

No description available.

maxLength: 50 bytes
Allowed: IDENTIFY_WINE, SEARCH, SOMMELIER, CSV_IMPORT, WINE_REVIEW
parent ref #strongRef Optional

No description available.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "origin",
      "createdAt"
    ],
    "properties": {
      "images": {
        "type": "array",
        "items": {
          "type": "blob",
          "accept": [
            "image/jpeg",
            "image/png"
          ],
          "maxSize": 3000000
        },
        "maxLength": 4,
        "minLength": 1
      },
      "origin": {
        "enum": [
          "IDENTIFY_WINE",
          "SEARCH",
          "SOMMELIER",
          "CSV_IMPORT",
          "WINE_REVIEW"
        ],
        "type": "string",
        "maxLength": 50
      },
      "parent": {
        "ref": "#strongRef",
        "type": "ref"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "description": {
        "type": "string",
        "maxLength": 5000
      }
    }
  },
  "description": "A set of Winesky-uploaded images"
}
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

@