place.pod.subscription

pod.place

Documentation

A listener subscribing to a show.

main record

A listener subscribing to a show.

Record Key tid Timestamp-based ID

Properties

showUri string uri Required

AT Protocol URI of the place.pod.show record being subscribed to.

subscribedAt string datetime Required

ISO 8601 timestamp of when the subscription was created.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "showUri",
      "subscribedAt"
    ],
    "properties": {
      "showUri": {
        "type": "string",
        "format": "uri",
        "description": "AT Protocol URI of the place.pod.show record being subscribed to."
      },
      "subscribedAt": {
        "type": "string",
        "format": "datetime",
        "description": "ISO 8601 timestamp of when the subscription was created."
      }
    }
  },
  "description": "A listener subscribing to a show."
}

Lexicon Garden

@