app.winesky.listItem

winesky.app

{
  "id": "app.winesky.listItem",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "list",
          "drink",
          "parentPostUri",
          "createdAt"
        ],
        "properties": {
          "list": {
            "type": "string",
            "format": "at-uri"
          },
          "drink": {
            "ref": "app.winesky.collectionItem#drink",
            "type": "ref"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "parentPostUri": {
            "type": "string",
            "format": "at-uri"
          },
          "triggerPostUri": {
            "type": "string",
            "format": "at-uri"
          }
        }
      },
      "description": "A drink on a Winesky list. Created when a user adds adds it via @winesky.app on Bluesky. Embeds the drink element from app.winesky.review, and refers to the post that triggered the element creation."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.winesky.listItem

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:kg77b5troxbtudevqnfvqba7
CID
bafyreidfdww3shecmlp7byrut2fvpzuhowtc5yjffkvrmcyzemteg6q3mm
Indexed At
2026-05-22 12:30 UTC
AT-URI
at://did:plc:kg77b5troxbtudevqnfvqba7/com.atproto.lexicon.schema/app.winesky.listItem

Version History (2 versions)

Referenced Schemas (1)

Lexicon Garden

@