{
"id": "ai.syui.card.user",
"defs": {
"main": {
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"card",
"createdAt",
"updatedAt"
],
"properties": {
"card": {
"type": "array",
"items": {
"type": "object",
"required": [
"id",
"cp",
"rare",
"cid"
],
"properties": {
"cp": {
"type": "integer",
"description": "Card power"
},
"id": {
"type": "integer",
"description": "Card type ID"
},
"cid": {
"type": "string",
"description": "Unique card instance ID (TID format)"
},
"rare": {
"type": "integer",
"description": "Rarity level"
}
}
}
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"updatedAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "User card collection"
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:uqzpqmrjnptsxezjx4xuh2mn
- CID
-
bafyreidc5vpct4w7b7up2vltejx6jbihygeb5zfgb5nnjkz55dyszufplu
- Indexed At
- 2026-01-18 04:58 UTC
- AT-URI
-
at://did:plc:uqzpqmrjnptsxezjx4xuh2mn/com.atproto.lexicon.schema/ai.syui.card.user
Version History (2 versions)