social.twinkl.actor.profileMusic

kandake.africa

Documentation

Songs that play when someone visits the actor's home page, sourced from plyr.fm.

main record

Songs that play when someone visits the actor's home page, sourced from plyr.fm.

Record Key literal:self Fixed literal value

Properties

autoplay boolean Optional

Whether playback should begin automatically on visit (subject to browser autoplay policies).

Default: false
createdAt string datetime Required

An RFC 3339 formatted timestamp.

tracks array of ref #trackRef Required

No description available.

maxLength: 25 items
updatedAt string datetime Optional

An RFC 3339 formatted timestamp.

View raw schema
{
  "key": "literal:self",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "tracks",
      "createdAt"
    ],
    "properties": {
      "tracks": {
        "type": "array",
        "items": {
          "ref": "#trackRef",
          "type": "ref"
        },
        "maxLength": 25
      },
      "autoplay": {
        "type": "boolean",
        "default": false,
        "description": "Whether playback should begin automatically on visit (subject to browser autoplay policies)."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "updatedAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "Songs that play when someone visits the actor's home page, sourced from plyr.fm."
}
trackRef object

Reference to a plyr.fm track.

Properties

artist string Optional

No description available.

maxLength: 1000 bytes
src string uri Required

plyr.fm track URL or AT-URI of the fm.plyr track record.

title string Optional

No description available.

maxLength: 1000 bytes
View raw schema
{
  "type": "object",
  "required": [
    "src"
  ],
  "properties": {
    "src": {
      "type": "string",
      "format": "uri",
      "description": "plyr.fm track URL or AT-URI of the fm.plyr track record."
    },
    "title": {
      "type": "string",
      "maxLength": 1000
    },
    "artist": {
      "type": "string",
      "maxLength": 1000
    }
  },
  "description": "Reference to a plyr.fm track."
}

Lexicon Garden

@