A user favorite for an AT Store listing. Subject must be the at:// URI of a fyi.atstore.listing.detail record.
Record Key
any
Any valid record key
Properties
View raw schema
{
"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."
}