{
"id": "fyi.atstore.listing.favorite",
"defs": {
"main": {
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"createdAt"
],
"properties": {
"subject": {
"type": "string",
"format": "at-uri",
"description": "AT URI of the fyi.atstore.listing.detail record being favorited."
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "A user favorite for an AT Store listing. Subject must be the at:// URI of a fyi.atstore.listing.detail record."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}