org.atpodcasting.like

atpodcasting.org

Documentation

A personal expression of appreciation for a podcast episode, stored in the liker's own repository and portable across applications. This record does not define notification behavior, ranking, or metrics — it captures like intent only.

main record

A personal expression of appreciation for a podcast episode, stored in the liker's own repository and portable across applications. This record does not define notification behavior, ranking, or metrics — it captures like intent only.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

When the like was created.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "createdAt"
    ],
    "properties": {
      "subject": {
        "ref": "org.atpodcasting.defs#episodeRef",
        "type": "ref",
        "description": "The episode being liked."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "When the like was created."
      }
    }
  },
  "description": "A personal expression of appreciation for a podcast episode, stored in the liker's own repository and portable across applications. This record does not define notification behavior, ranking, or metrics — it captures like intent only."
}

Lexicon Garden

@