ch.indiemusi.social.song

lexicon.store View official

Documentation

A social song, that needs a groups of listeners to be fully enjoyed.

main record

A social song, that needs a groups of listeners to be fully enjoyed.

Record Key tid Timestamp-based ID

Properties

joinersNeeded integer Required

Number of joiners needed to start the full listening experience

minimum: 1
name string Required

Name of the song

maxLength: 640 bytesminLength: 1 bytesmaxGraphemes: 64 graphemes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "name",
      "joinersNeeded"
    ],
    "properties": {
      "name": {
        "type": "string",
        "maxLength": 640,
        "minLength": 1,
        "description": "Name of the song",
        "maxGraphemes": 64
      },
      "joinersNeeded": {
        "type": "integer",
        "minimum": 1,
        "description": "Number of joiners needed to start the full listening experience"
      }
    }
  },
  "description": "A social song, that needs a groups of listeners to be fully enjoyed."
}

Lexicon Garden

@