{
"id": "top.8sites.picks",
"defs": {
"main": {
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"picks",
"createdAt"
],
"properties": {
"picks": {
"type": "array",
"items": {
"ref": "#pick",
"type": "ref"
},
"maxLength": 8
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"updatedAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "A user's curated list of up to 8 domains (websites/blogs). One record per account."
},
"pick": {
"type": "object",
"required": [
"domain",
"rank"
],
"properties": {
"rank": {
"type": "integer",
"maximum": 8,
"minimum": 1
},
"domain": {
"type": "string",
"maxLength": 253,
"description": "Bare domain or subdomain only (e.g. example.com). No scheme, path, or port. Enforced by the application, not the lexicon."
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:syf4g6op7zoknpglfpoo5jka
- CID
-
bafyreibpa45fupqhm3wtajhkwfeeguqebz2iu3ks4esv3i4cz6jmfikx7i
- Indexed At
- 2026-06-24 17:45 UTC
- AT-URI
-
at://did:plc:syf4g6op7zoknpglfpoo5jka/com.atproto.lexicon.schema/top.8sites.picks