app.winesky.imageSet

winesky.app

{
  "id": "app.winesky.imageSet",
  "defs": {
    "main": {
      "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",
              "SOMMELIER",
              "CSV_IMPORT",
              "OTHER"
            ],
            "type": "string",
            "maxLength": 50
          },
          "parent": {
            "type": "object",
            "required": [
              "cid",
              "atUri"
            ],
            "properties": {
              "cid": {
                "type": "string",
                "format": "cid"
              },
              "atUri": {
                "type": "string",
                "format": "at-uri"
              }
            }
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "description": {
            "type": "string",
            "maxLength": 5000
          }
        }
      },
      "description": "A set of Winesky-uploaded images"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.winesky.imageSet

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:kg77b5troxbtudevqnfvqba7
CID
bafyreiacp46e7albb34hmbmjzwbuxbosetuwcg7xthisf7fpqch3je6cnq
Indexed At
2026-01-21 17:23 UTC
AT-URI
at://did:plc:kg77b5troxbtudevqnfvqba7/com.atproto.lexicon.schema/app.winesky.imageSet

Lexicon Garden

@