haus.opn.mic.show.favorite

lexicon.store View official

Documentation

An entry marking a show as a favorite.

main record

An entry marking a show as a favorite.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

subject string at-uri Required

The AT-URI of the haus.opn.mic.show record.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "createdAt"
    ],
    "properties": {
      "subject": {
        "type": "string",
        "format": "at-uri",
        "description": "The AT-URI of the haus.opn.mic.show record."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "An entry marking a show as a favorite."
}

Lexicon Garden

@