app.winesky.review
{
"id": "app.winesky.review",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"text",
"createdAt",
"post",
"imageSet",
"reviewId",
"reviewDate",
"drink"
],
"properties": {
"post": {
"type": "object",
"required": [
"cid",
"atUri"
],
"properties": {
"cid": {
"type": "string",
"format": "cid",
"required": true
},
"atUri": {
"type": "string",
"format": "at-uri",
"required": true
}
}
},
"text": {
"type": "string",
"required": true,
"maxLength": 10000,
"maxGraphemes": 5000
},
"drink": {
"type": "object",
"required": [
"category",
"country",
"producer",
"name"
],
"properties": {
"name": {
"type": "string",
"required": true,
"maxLength": 512
},
"region": {
"type": "string",
"maxLength": 256
},
"country": {
"type": "string",
"required": true,
"maxLength": 128
},
"vintage": {
"type": "integer"
},
"category": {
"enum": [
"BEER",
"WINE",
"SPIRIT",
"CIDER",
"RTD",
"SAKE",
"OTHER"
],
"type": "string",
"required": true,
"maxLength": 64
},
"producer": {
"type": "string",
"required": true,
"maxLength": 512
},
"varietals": {
"type": "array",
"items": {
"type": "string",
"maxLength": 128
}
},
"appellation": {
"type": "string",
"maxLength": 256
},
"alcoholContent": {
"type": "integer",
"maximum": 1000,
"minimum": 0
}
}
},
"rating": {
"type": "integer",
"maximum": 100,
"minimum": 0
},
"imageSet": {
"type": "object",
"required": [
"cid",
"atUri"
],
"properties": {
"cid": {
"type": "string",
"format": "cid",
"required": true
},
"atUri": {
"type": "string",
"format": "at-uri",
"required": true
}
}
},
"reviewId": {
"type": "string",
"required": true,
"maxLength": 32
},
"createdAt": {
"type": "string",
"format": "datetime",
"required": true
},
"reviewDate": {
"type": "string",
"format": "datetime",
"required": true
}
}
},
"description": "A structured, machine-readable wine review record. Created when a user publishes a wine review to Bluesky."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:kg77b5troxbtudevqnfvqba7 - CID
-
bafyreihqqjjil4hb7d6htjfejkas6cfgcnpqefkal3k3yvdaixetb24axy - Indexed At
- 2026-04-06 06:06 UTC
- AT-URI
-
at://did:plc:kg77b5troxbtudevqnfvqba7/com.atproto.lexicon.schema/app.winesky.review