ch.indiemusi.social.join

lexicon.store View official

Documentation

Sign that you want to join a social listing experience of a specific song

main record

Sign that you want to join a social listing experience of a specific song

Record Key tid Timestamp-based ID

Properties

song string at-uri Required

Link to the song that the user wants to listen to together with others

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "song"
    ],
    "properties": {
      "song": {
        "type": "string",
        "format": "at-uri",
        "description": "Link to the song that the user wants to listen to together with others"
      }
    }
  },
  "description": "Sign that you want to join a social listing experience of a specific song"
}

Lexicon Garden

@