fyi.atstore.listing.favorite

atstore.fyi

Documentation

A user favorite for an AT Store listing. Subject must be the at:// URI of a fyi.atstore.listing.detail record.

main record

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

createdAt string datetime Required

An RFC 3339 formatted timestamp.

subject string at-uri Required

AT URI of the fyi.atstore.listing.detail record being favorited.

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."
}

Lexicon Garden

@