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",
              "SEARCH",
              "SOMMELIER",
              "CSV_IMPORT"
            ],
            "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": {
      "type": "object",
      "required": [
        "cid",
        "atUri"
      ],
      "properties": {
        "cid": {
          "type": "string",
          "format": "cid"
        },
        "atUri": {
          "type": "string",
          "format": "at-uri"
        }
      }
    }
  },
  "$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
bafyreie6ydc6v7f5jwdtuh3yrbso5tp5mzbiku7sw6rd5sfvuaoxomcsoi
Indexed At
2026-07-26 20:11 UTC
AT-URI
at://did:plc:kg77b5troxbtudevqnfvqba7/com.atproto.lexicon.schema/app.winesky.imageSet

Version History (3 versions)

Lexicon Garden

@